vcpkg/ports/ltla-aarand/vcpkg.json

18 lines
338 B
JSON
Raw Permalink Normal View History

2023-05-13 21:45:36 +02:00
{
"name": "ltla-aarand",
"version-date": "2023-03-19",
"description": "Aaron's random distributions for C++",
"homepage": "https://github.com/LTLA/aarand",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}