mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:19:06 +08:00
22 lines
371 B
JSON
22 lines
371 B
JSON
|
{
|
||
|
"name": "zug",
|
||
|
"version-date": "2021-04-23",
|
||
|
"description": "Transducers for C++",
|
||
|
"homepage": "https://sinusoid.es/zug/",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"docs": {
|
||
|
"description": "Build documentation"
|
||
|
}
|
||
|
}
|
||
|
}
|