Files
vcpkg/ports/foonathan-memory/vcpkg.json
2025-05-16 11:02:37 -04:00

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"
}
}
}