aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-kana/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cpp-kana/vcpkg.json')
-rw-r--r--vcpkg/ports/cpp-kana/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-kana/vcpkg.json b/vcpkg/ports/cpp-kana/vcpkg.json
new file mode 100644
index 0000000..45853f2
--- /dev/null
+++ b/vcpkg/ports/cpp-kana/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "cpp-kana",
+ "version": "1.0.2",
+ "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
+ }
+ ]
+}