vcpkg/ports/xtl/vcpkg.json

19 lines
334 B
JSON
Raw Normal View History

{
"name": "xtl",
"version": "0.7.2",
"port-version": 1,
"description": "The x template library",
"homepage": "https://github.com/xtensor-stack/xtl",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}