mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
9dab8ec699
* [lager] update to latest * Update version in ports/lager/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * add version * fix versions * update version * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|