vcpkg/ports/cpp-kana/vcpkg.json
wolfgitpr 36878184ff
[cpp-kana] Add new port (#42066)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-11-11 23:27:49 -08:00

18 lines
379 B
JSON

{
"name": "cpp-kana",
"version": "1.0.0",
"description": "A lightweight library for converting Japanese kana to romaji and vice versa.",
"homepage": "https://github.com/wolfgitpr/cpp-kana",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}