vcpkg/ports/xtl/vcpkg.json
2023-05-10 11:11:05 -07:00

19 lines
342 B
JSON

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