diff options
| author | Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> | 2017-08-26 11:03:07 +0300 |
|---|---|---|
| committer | Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> | 2017-08-26 11:03:07 +0300 |
| commit | 6b0e93eb41b6d17c47ba18a9befacc5ff58cc108 (patch) | |
| tree | d14d1c1f42b713afdf23c35bb84de892a0927871 | |
| parent | d74bb53a2cb68d0c6baa39de56805ba510a2fd9e (diff) | |
| download | packages-6b0e93eb41b6d17c47ba18a9befacc5ff58cc108.tar.gz packages-6b0e93eb41b6d17c47ba18a9befacc5ff58cc108.zip | |
Added package pylib
| -rw-r--r-- | packages.json | 18 |
1 files 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" + } ] |
