mirror of https://github.com/mamba-org/mamba.git
35 lines
656 B
JSON
35 lines
656 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"dependencies": [
|
|
"zstd",
|
|
"curl",
|
|
{
|
|
"name": "winreg",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"features": [
|
|
"bzip2",
|
|
"lz4",
|
|
"lzma",
|
|
"lzo",
|
|
"crypto",
|
|
"zstd"
|
|
],
|
|
"name": "libarchive"
|
|
},
|
|
{
|
|
"host": true,
|
|
"name": "vcpkg-cmake"
|
|
},
|
|
{
|
|
"host": true,
|
|
"name": "vcpkg-cmake-config"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/mamba-org/mamba",
|
|
"license": "BSD-3-Clause",
|
|
"name": "micromamba",
|
|
"supports": "x64 | (arm64 & !windows)"
|
|
}
|