aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-26 12:42:01 +0100
committerGitHub <noreply@github.com>2017-08-26 12:42:01 +0100
commitbd2aa7650472fa232d4915030200a036f8bbdd04 (patch)
treed14d1c1f42b713afdf23c35bb84de892a0927871
parentd74bb53a2cb68d0c6baa39de56805ba510a2fd9e (diff)
parent6b0e93eb41b6d17c47ba18a9befacc5ff58cc108 (diff)
downloadpackages-bd2aa7650472fa232d4915030200a036f8bbdd04.tar.gz
packages-bd2aa7650472fa232d4915030200a036f8bbdd04.zip
Merge pull request #573 from Yardanico/add-pylib0803
Added package pylib
-rw-r--r--packages.json18
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"
+ }
]