{"id":13407672,"url":"https://github.com/conan-io/conan-center-index","last_synced_at":"2025-05-13T21:04:28.401Z","repository":{"id":37251596,"uuid":"204671232","full_name":"conan-io/conan-center-index","owner":"conan-io","description":"Recipes for the ConanCenter repository","archived":false,"fork":false,"pushed_at":"2025-05-13T08:49:50.000Z","size":60906,"stargazers_count":1040,"open_issues_count":1950,"forks_count":1932,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-13T09:34:21.531Z","etag":null,"topics":["conan","conan-center","conan-index","conan-packages","conan-recipe","cpp","cpp-library","dependencies","hacktoberfest","package-management","package-manager"],"latest_commit_sha":null,"homepage":"https://conan.io/center","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conan-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported_platforms_and_configurations.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-08-27T09:43:58.000Z","updated_at":"2025-05-13T08:49:54.000Z","dependencies_parsed_at":"2023-10-16T04:11:44.356Z","dependency_job_id":"e05df1c7-49ea-4424-9c81-80e97f654a57","html_url":"https://github.com/conan-io/conan-center-index","commit_stats":{"total_commits":19788,"total_committers":1113,"mean_commits":"17.778975741239893","dds":0.8179704871639377,"last_synced_commit":"c2c5964ace4be2a0905a5503554c7a2642e71e0d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conan-io%2Fconan-center-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conan-io%2Fconan-center-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conan-io%2Fconan-center-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conan-io%2Fconan-center-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conan-io","download_url":"https://codeload.github.com/conan-io/conan-center-index/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254028377,"owners_count":22002241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["conan","conan-center","conan-index","conan-packages","conan-recipe","cpp","cpp-library","dependencies","hacktoberfest","package-management","package-manager"],"created_at":"2024-07-30T20:00:46.644Z","updated_at":"2025-05-13T21:04:23.376Z","avatar_url":"https://github.com/conan-io.png","language":"Python","funding_links":[],"categories":["Python","Resources","Tools"],"sub_categories":["Official links"],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/JFrogConanCenter.png\" width=\"600\"/\u003e\n\u003c/p\u003e\n\nConan Center Index is the source index of recipes of the [ConanCenter](https://conan.io/center) package repository for [Conan](https://conan.io).\n\nThis repository includes a Continuous Integration system that will build automatically the Conan packages for the recipes submitted via\n[Pull Request](https://github.com/conan-io/conan-center-index/pulls).\n\n### Server Status\n\nThe current Conan Center Index CI status can be found on https://status.conan.io/\n\nAny maintenance, outage or important event related to the CI will be informed there.\n\n\n### Configure the Conan Center remote\n\n\u003e [!IMPORTANT]\n\u003e The Conan Center remote URL changed for **Conan 2** on November 2024 - the new URL is the default on new installations of Conan since version 2.9.2.\n\u003e\n\u003e New recipe updates are only published to this remote and are only guaranteed to be compatible with recent versions of Conan 2.\n\u003e\n\u003e All previously published recipes and packages known to be compatible with Conan 2 are also served by this remote.\n\nTo update an existing Conan 2 installation:\n\n```\nconan remote update conancenter --url https://center2.conan.io\n```\n\n#### Conan Center legacy remote\n\nThe legacy remote at `https://center.conan.io` stopped receiving updates on 4 November 2024 and is frozen and will no longer received updates.\nIt is kept in this state to avoid breaking any existing Conan 1.x installations.\n\n\n### How to consume recipes\n\nStarting to use recipes from this repository is as easy as running\none simple command after installing Conan:\n\n```\nconan install --require=name/version [-g \u003cgenerator\u003e]\n```\n\nFor further details, please see the [Conan documentation](https://docs.conan.io/2/tutorial/consuming_packages.html).\n\n:warning: It is very important to notice that recipes will evolve over time\nand, while they are fixing some issues, they might introduce new features and\nimprovements, and your project can break if you upgrade them\n([How to prevent these breaking changes in my project?](docs/consuming_recipes.md)).\n\n\n\n### Documentation\n\nAll the documentation is available in this same repository in the [`docs/` subfolder](docs/README.md).\n\nThis is a list of shortcuts to some interesting topics:\n\n* :rocket: If you want to learn how to **contribute new recipes**, please read [docs/adding_packages/](docs/adding_packages/README.md).\n* :speech_balloon: **FAQ**: most common questions are listed in [docs/faqs.md](docs/faqs.md).\n* :hammer_and_wrench: The internal changes related to infrastructure can be checked in [docs/changelog.md](docs/changelog.md).\n* :world_map: There are various community lead initiatives which are outlined in [docs/community_resources.md](docs/community_resources.md).\n\n### Reporting Issues\n\nYou can open issues in the [issue tracker](https://github.com/conan-io/conan-center-index/issues) to:\n\n* :bug: Report **bugs/issues** in a package:\n    - Use the `[package]` tag in the title of the issue to help identifying them.\n    - If you detect any issue or missing feature in a package, for example, a build failure or a recipe that not support a specific configuration.\n    - Specify the name and version (`zlib/1.2.11`) and any relevant details about the fail configuration: Applied profile, building machine...\n\n* :bulb: Request a **new library** to be added:\n    - Use the `[request]` label to search the library in the issue tracker in case it was already requested.\n    - If not, use the same `[request]` tag in the title of the issue to help identifying them.\n    - Indicate the name and the version of the library you would like to have in the repository. Also links to the project's website,\n      source download/repository and in general any relevant information that helps creating a recipe for it.\n\n*  :robot: Report **a failure** in the CI system:\n    - If you open a Pull Request and get an unexpected error you might comment in the failing PR.\n    - If the service or repository is down or failing, use the `[service]` tag in the title of a new issue to help identifying them.\n\nIf your issue is not appropriate for a public discussion, please contact us via e-mail at `info@conan.io`. Thanks!\n\n\n### License\n\nAll the Conan recipes in this repository are distributed under the [MIT](LICENSE) license. There\nare other files, like patches or examples used to test the packages, that could use different licenses,\nfor those files specific license and credit must be checked in the file itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconan-io%2Fconan-center-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconan-io%2Fconan-center-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconan-io%2Fconan-center-index/lists"}