Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iceshard-engine/conan-recipes
A single repository containing all 3rd party library recipes.
https://github.com/iceshard-engine/conan-recipes
conan conan-recipe
Last synced: 11 days ago
JSON representation
A single repository containing all 3rd party library recipes.
- Host: GitHub
- URL: https://github.com/iceshard-engine/conan-recipes
- Owner: iceshard-engine
- License: mit
- Created: 2022-05-06T21:14:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T05:37:25.000Z (about 1 year ago)
- Last Synced: 2023-10-26T05:19:49.708Z (about 1 year ago)
- Topics: conan, conan-recipe
- Language: Python
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conan Recipes
This repository holds all current and past conan recipes used by IceShard projects.
Some recipes might be not be up-to-date but will be kept in the repository._**Note:** Currently no pull requests are accepted as the workflows only upload packages to the internal conan repository. This might change in the future._
## Accessing the packages
If you fancy to access our recipes and/or packages please see [iceshard-engine/conan-config](https://github.com/iceshard-engine/conan-config) for more details.
## The '.gitattributes'
Required to ensure that both on Windows and Linux files used in calculating the Recipe Revision Hash are exactly the same.
The problem here is, that different line endings will produce a different recipe hash, which in turn will make packages incompatible depending on which system was uploading it's recipe first.