vcpkg/ports/lager/vcpkg.json

25 lines
491 B
JSON
Raw Normal View History

{
"name": "lager",
"version-date": "2021-06-17",
2021-11-12 05:36:33 +08:00
"port-version": 1,
"description": "C++ library for value-oriented design using the unidirectional data-flow architecture",
"homepage": "https://sinusoid.es/lager/",
"dependencies": [
"boost-hana",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zug"
],
"features": {
"docs": {
"description": "Build documentation"
}
}
}