diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-11-09 15:59:43 +0900 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-11-09 11:24:37 +0000 |
commit | c0e1848d9958996dd617be50c6c47c28437cb3e3 (patch) | |
tree | 57d201e6e4f7c13779cbcade39b157462150c995 | |
parent | f1166a9f42ba618486792293bcbfdd75233ddf62 (diff) | |
download | lorries-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.lorry | 6 |
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" + } +} |