From b128152826e8f83f6949956ff50e89a3bb1f2efc Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 9 Nov 2015 16:01:46 +0900 Subject: Added libpinyin lorry A library for dealing with chinese pinyin logic. This library provides the core logic for the implementation of pinyin input methods. Change-Id: I61fcd085108365b5e0c698805dde23dee3a095fe --- open-source-lorries/libpinyin.lorry | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 open-source-lorries/libpinyin.lorry (limited to 'open-source-lorries/libpinyin.lorry') diff --git a/open-source-lorries/libpinyin.lorry b/open-source-lorries/libpinyin.lorry new file mode 100644 index 0000000..45b070d --- /dev/null +++ b/open-source-lorries/libpinyin.lorry @@ -0,0 +1,7 @@ +{ + "libpinyin": { + "type": "git", + "url": "https://github.com/libpinyin/libpinyin.git" + } +} + -- cgit v1.2.1