mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 04:49:03 +08:00
d0745d16a9
* Bump foonathan-memory version. * Remove port-version. Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Changed REF to version tag. * Updates git-tree. * Removes commented lines. * Update ports/foonathan-memory/vcpkg.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * [foonathan_memory]: update to 0.7-3 * fix deps * fix deps * fix deps * fix deps * fix deps * CI --------- Co-authored-by: Correia, Marco <correiam@ryanair.com> Co-authored-by: Marco Correia <marco.v.correia@gmail.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
26 lines
476 B
JSON
26 lines
476 B
JSON
{
|
|
"name": "foonathan-memory",
|
|
"version": "0.7.3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|