diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-12-30 14:04:01 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-30 12:04:01 +0000 |
| commit | 7579b076a8d0e5589e304ac85633b80e8ddc78d0 (patch) | |
| tree | 33934d8b99e183098c20064ca7165abc502f15a0 | |
| parent | d1bdebc2209815aab5e1e926a5837aebf21e30f1 (diff) | |
| download | packages-7579b076a8d0e5589e304ac85633b80e8ddc78d0.tar.gz packages-7579b076a8d0e5589e304ac85633b80e8ddc78d0.zip | |
Add kiwi package (#447)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c5c3cd4..e869f7a 100644 --- a/packages.json +++ b/packages.json @@ -5618,5 +5618,18 @@ "description": "Simple extensible implementation of Porter stemmer algorithm", "license": "MIT", "web": "https://github.com/iourinski/porter" + }, + { + "name": "kiwi", + "url": "https://github.com/yglukhov/kiwi", + "method": "git", + "tags": [ + "cassowary", + "constraint", + "solving" + ], + "description": "Cassowary constraint solving", + "license": "MIT", + "web": "https://github.com/yglukhov/kiwi" } ] |
