mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:48:59 +08:00
be10867edc
* Update lionkor-commandline to 2.0.0 * Run x-add-version * unsupport uwp * Update lionkor-commandline.json
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"name": "lionkor-commandline",
|
|
"version-semver": "2.0.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": "!osx & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|