A single repository containing all 3rd party library recipes.
  • Python 86.9%
  • Lua 12%
  • CMake 0.9%
Find a file
2026-04-24 04:10:05 +00:00
.github/workflows Remove 'deply_auto.yml' 2025-12-13 20:28:58 +09:00
recipes Fixing issues with SemVer format in some of the conandata.yml files. (#13) 2026-04-24 04:10:05 +00:00
.gitattributes Initial commit 2022-05-06 23:14:14 +02:00
LICENSE Initial commit 2022-05-06 23:14:14 +02:00
README.md Update README.md 2026-04-22 03:05:45 +00:00

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 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.