vcpkg/ports/cpp-kana/vcpkg.json

18 lines
379 B
JSON
Raw Normal View History

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