{"id":47029424,"url":"https://github.com/lsp-plugins/lsp-common-lib","last_synced_at":"2026-06-12T03:01:23.045Z","repository":{"id":37239111,"uuid":"249766742","full_name":"lsp-plugins/lsp-common-lib","owner":"lsp-plugins","description":"Common library for basic language definitions used by LSP Project","archived":false,"fork":false,"pushed_at":"2026-06-01T18:28:32.000Z","size":504,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-01T20:23:45.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsp-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"liberapay":"sadko4u","patreon":"sadko4u","custom":["https://www.blockchain.com/btc/address/15X3AfDRF3EshSLBoK8UfHAsFr2TQsH8pk","https://etherscan.io/address/0x079b24da78d78302cd3cfbb80c728cd554606cc6","https://www.bountysource.com/teams/lsp-plugins","https://paypal.me/sadko4u"]}},"created_at":"2020-03-24T16:58:58.000Z","updated_at":"2026-03-31T17:14:10.000Z","dependencies_parsed_at":"2024-05-09T11:29:29.256Z","dependency_job_id":"3fa0acaf-83dc-4f57-8aed-c2899d966947","html_url":"https://github.com/lsp-plugins/lsp-common-lib","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/lsp-plugins/lsp-common-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsp-plugins%2Flsp-common-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsp-plugins%2Flsp-common-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsp-plugins%2Flsp-common-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsp-plugins%2Flsp-common-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsp-plugins","download_url":"https://codeload.github.com/lsp-plugins/lsp-common-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsp-plugins%2Flsp-common-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34226629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-11T23:39:44.308Z","updated_at":"2026-06-12T03:01:23.036Z","avatar_url":"https://github.com/lsp-plugins.png","language":"C++","funding_links":["https://liberapay.com/sadko4u","https://patreon.com/sadko4u","https://www.blockchain.com/btc/address/15X3AfDRF3EshSLBoK8UfHAsFr2TQsH8pk","https://etherscan.io/address/0x079b24da78d78302cd3cfbb80c728cd554606cc6","https://www.bountysource.com/teams/lsp-plugins","https://paypal.me/sadko4u"],"categories":[],"sub_categories":[],"readme":"# lsp-common-lib\n\nThis is a common library for basic C/C++ language definitions used by all\nother LSP-related libraries.\n\nIt provides:\n* Corresponding macros for architecture and platform detection.\n* Some set of additional basic types.\n* Macros for architecture-dependent assembly code and compilation.\n* Error codes and functions to work with them.\n\n## Supported platforms\n\nThe build and correct unit test execution has been confirmed for following platforms:\n* FreeBSD\n* GNU/Linux\n* Haiku\n* MacOS (ARM-based)\n* OpenBSD\n* Windows 32-bit\n* Windows 64-bit\n\n## Requirements\n\nThe following packages need to be installed for building:\n\n* gcc \u003e= 4.9\n* make \u003e= 4.0\n\n## Building\n\nTo build the library, perform the following commands:\n\n```bash\nmake config # Configure the build\nmake fetch # Fetch dependencies from Git repository\nmake\nsudo make install\n```\n\nTo get more build options, run:\n\n```bash\nmake help\n```\n\nTo uninstall library, simply issue:\n\n```bash\nmake uninstall\n```\n\nTo clean all binary files, run:\n\n```bash\nmake clean\n```\n\nTo clean the whole project tree including configuration files, run:\n\n```bash\nmake prune\n```\n\n## SAST Tools\n\n* [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website\u0026utm_medium=github\u0026utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsp-plugins%2Flsp-common-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsp-plugins%2Flsp-common-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsp-plugins%2Flsp-common-lib/lists"}