From 53721b3504aae3c751ce8cf58c94fb848eb6416d Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Thu, 11 Oct 2018 21:10:22 +0200 Subject: [PATCH] Added package pykot (#888) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f9ae103..2d96c6b 100644 --- a/packages.json +++ b/packages.json @@ -11005,6 +11005,19 @@ "license": "GPLv3", "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",