mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"name": "foonathan-memory",
|
|
"version": "0.7.3",
|
|
"port-version": 2,
|
|
"description": "STL compatible C++ memory allocator library",
|
|
"homepage": "https://foonathan.net/doc/memory/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tool"
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build foonathan memory tool"
|
|
}
|
|
}
|
|
}
|