mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"name": "foonathan-memory",
|
|
"version": "0.7.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|