vcpkg/ports/lionkor-commandline/vcpkg.json
Leonid Pospelov 6936bb6eed
[lionkor-commandline] Update to 2.2.0 (#31184)
* [lionkor-commandline] Update to 2.2.0

* ver
2023-05-01 15:14:13 -07:00

19 lines
441 B
JSON

{
"name": "lionkor-commandline",
"version-semver": "2.2.0",
"description": "A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.",
"homepage": "https://github.com/lionkor/commandline/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}