mamba/libmamba/environment-dev.yml

21 lines
298 B
YAML

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