Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devolutions/conan-public
Conan public recipes
https://github.com/devolutions/conan-public
conan
Last synced: 17 days ago
JSON representation
Conan public recipes
- Host: GitHub
- URL: https://github.com/devolutions/conan-public
- Owner: Devolutions
- Created: 2021-08-18T18:37:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T15:56:28.000Z (28 days ago)
- Last Synced: 2024-12-12T00:43:30.945Z (20 days ago)
- Topics: conan
- Language: Python
- Homepage:
- Size: 299 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Devolutions conan public recipes
This repository contains all the [conan](https://conan.io/) build recipes for Devolutions. Feel free to use them as reference for your own projects.
## Installing conan
```
pip3 install --user conan==1.40.0 --upgrade
```