mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:19:06 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
26 lines
486 B
JSON
26 lines
486 B
JSON
{
|
|
"name": "foonathan-memory",
|
|
"version-date": "2019-07-21",
|
|
"port-version": 4,
|
|
"description": "STL compatible C++ memory allocator library",
|
|
"homepage": "https://foonathan.net/doc/memory/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tool"
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "Build foonathan memory tool"
|
|
}
|
|
}
|
|
}
|