diff options
| author | Jabba Laci <jabba.laci@gmail.com> | 2018-10-11 21:10:22 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-11 20:10:22 +0100 |
| commit | 53721b3504aae3c751ce8cf58c94fb848eb6416d (patch) | |
| tree | 9241096c3df059dfd50671bba262ac1e327bcb57 | |
| parent | 761ef622e36c247ebd009ae3109829390caa82c2 (diff) | |
| download | packages-53721b3504aae3c751ce8cf58c94fb848eb6416d.tar.gz packages-53721b3504aae3c751ce8cf58c94fb848eb6416d.zip | |
Added package pykot (#888)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f9ae103..2d96c6b 100644 --- a/packages.json +++ b/packages.json @@ -11006,6 +11006,19 @@ "web": "https://github.com/ba0f3/sequoia.nim" }, { + "name": "pykot", + "url": "https://github.com/jabbalaci/nimpykot", + "method": "git", + "tags": [ + "library", + "python", + "kotlin" + ], + "description": "Porting some Python / Kotlin features to Nim", + "license": "MIT", + "web": "https://github.com/jabbalaci/nimpykot" + }, + { "name": "witai", "url": "https://github.com/xmonader/witai-nim", "method": "git", |
