mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name": "lager",
|
|
"version-date": "2023-03-19",
|
|
"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"
|
|
}
|
|
}
|
|
}
|