diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-26 12:42:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-26 12:42:01 +0100 |
| commit | bd2aa7650472fa232d4915030200a036f8bbdd04 (patch) | |
| tree | d14d1c1f42b713afdf23c35bb84de892a0927871 | |
| parent | d74bb53a2cb68d0c6baa39de56805ba510a2fd9e (diff) | |
| parent | 6b0e93eb41b6d17c47ba18a9befacc5ff58cc108 (diff) | |
| download | packages-bd2aa7650472fa232d4915030200a036f8bbdd04.tar.gz packages-bd2aa7650472fa232d4915030200a036f8bbdd04.zip | |
Merge pull request #573 from Yardanico/add-pylib0803
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" + } ] |
