mirror of https://github.com/mamba-org/mamba.git
21 lines
323 B
YAML
21 lines
323 B
YAML
name: mamba-dev
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- cxx-compiler
|
|
- cmake >=3.16
|
|
- ninja
|
|
- nlohmann_json
|
|
- libsolv >=0.7.18
|
|
- libarchive
|
|
- libsodium
|
|
- libcurl >=7.86
|
|
- doctest
|
|
- cpp-expected
|
|
- reproc-cpp >=14.2.4.post0
|
|
- yaml-cpp >=0.8.0
|
|
- cli11 >=2.2
|
|
- spdlog
|
|
- fmt
|
|
- sel(win): winreg
|