mamba/environment-dev.yml

23 lines
305 B
YAML

name: mamba-dev
channels:
- conda-forge
dependencies:
- cmake
- make
- ninja
- nlohmann_json
- pybind11
- libsolv >=0.7.18
- libarchive
- libsodium
- libcurl 7.76.1 *_0
- cxx-compiler
- gtest
- gmock
- cpp-filesystem
- reproc-cpp
- yaml-cpp
- pyyaml
- cli11
- pytest