summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-09 15:59:43 +0900
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-11-09 11:24:37 +0000
commitc0e1848d9958996dd617be50c6c47c28437cb3e3 (patch)
tree57d201e6e4f7c13779cbcade39b157462150c995
parentf1166a9f42ba618486792293bcbfdd75233ddf62 (diff)
downloadlorries-c0e1848d9958996dd617be50c6c47c28437cb3e3.tar.gz
Added libhangul lorry
A low level library providing an API for treating hangul characters for input methods. This does not provide the input method itself but allows input methods for various frameworks (such as IBus) to be built on top of this library. Change-Id: I217485be2bd563fd81ad502f1075fe56d8498a13
-rw-r--r--open-source-lorries/libhangul.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/libhangul.lorry b/open-source-lorries/libhangul.lorry
new file mode 100644
index 0000000..0c0a43c
--- /dev/null
+++ b/open-source-lorries/libhangul.lorry
@@ -0,0 +1,6 @@
+{
+ "libhangul": {
+ "type": "git",
+ "url": "https://github.com/choehwanjin/libhangul.git"
+ }
+}