From c0e1848d9958996dd617be50c6c47c28437cb3e3 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 9 Nov 2015 15:59:43 +0900 Subject: 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 --- open-source-lorries/libhangul.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/libhangul.lorry (limited to 'open-source-lorries/libhangul.lorry') 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" + } +} -- cgit v1.2.1