pineapple/externals/vcpkg/ports/lager/vcpkg.json

24 lines
470 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "lager",
"version-date": "2022-02-21",
"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"
}
}
}