zeek/auxil/vcpkg/ports/xtl/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
342 B
JSON

{
"name": "xtl",
"version": "0.8.0",
"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
}
]
}