pineapple-src/externals/vcpkg/ports/lionkor-commandline/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
448 B
JSON
Executable file

{
"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
}
]
}