mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:59:00 +08:00
19 lines
342 B
JSON
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
|
|
}
|
|
]
|
|
}
|