From 6b0e93eb41b6d17c47ba18a9befacc5ff58cc108 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Sat, 26 Aug 2017 11:03:07 +0300 Subject: Added package pylib --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 5b600dc..677d906 100644 --- a/packages.json +++ b/packages.json @@ -7101,8 +7101,22 @@ "dbg", "debug" ], - "description": "dbg template; in debug echo" , + "description": "dbg template; in debug echo", "license": "MIT", "web": "https://github.com/enthus1ast/nimDbg" - } + }, + { + "name": "pylib", + "url": "https://github.com/Yardanico/nimpylib", + "method": "git", + "tags": [ + "python", + "compatibility", + "library", + "pure" + ], + "description": "Nim library with python-like functions and operators", + "license": "MIT", + "web": "https://github.com/Yardanico/nimpylib" + } ] -- cgit v1.2.3