blob: fe9547fdc9dbf48fbc685a68f724b4d2c224bf1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"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"
}
}
}
|