Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T8273: Conan C++ package manager
- Commits
- R4867:0aaa5a4b2a65: Initial commit of Conan.
conan remote list - Should list the default repository
conan search zlib -r=all - Should list available versions of zlib
conan install zlib/1.2.11@conan/stable -r=conan-center - Should install zlib and its files should be at $HOME/.conan/data/zlib
Diff Detail
Diff Detail
- Repository
- R4867 conan
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 14 | You don't need it. Its for python2. | |
Comment Actions
Please alphabetize the rundeps from first to last character, not ignoring the prefix. Thanks.