vcpkg/ports/lager/vcpkg.json
eli 5512566ae7
[lager] add port (#19661)
* add lager port

* run `vcpkg x-add-version --all`

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-09-02 17:57:20 -07:00

24 lines
470 B
JSON

{
"name": "lager",
"version-date": "2021-06-17",
"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"
}
}
}