vcpkg/ports/xtl/vcpkg.json

19 lines
342 B
JSON
Raw Normal View History

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