diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-28 12:00:53 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-12-28 12:00:53 +0000 |
| commit | 2e58531104d75391c7cf8f45829107c219fb6d55 (patch) | |
| tree | 2c222aee7dc97240bb8a491a7f8f9a1e364c02e5 | |
| parent | 0a29dfd8ab093b885d72b32919f14da20c3ac2a1 (diff) | |
| parent | 704b972bcd7a726bb1557a5149e7285a86f61ecb (diff) | |
| download | packages-2e58531104d75391c7cf8f45829107c219fb6d55.tar.gz packages-2e58531104d75391c7cf8f45829107c219fb6d55.zip | |
Merge pull request #298 from achesak/master
Added pythonmath.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index aa490ba..5c180fa 100644 --- a/packages.json +++ b/packages.json @@ -3795,5 +3795,18 @@ "description": "Variant type and type matching", "license": "MIT", "web": "https://github.com/yglukhov/variant" + }, + { + "name": "pythonmath", + "url": "git://github.com/achesak/nim-pythonmath", + "method": "git", + "tags": [ + "library", + "python", + "math" + ], + "description": "Module to provide an interface as similar as possible to Python's math libary", + "license": "MIT", + "web": "https://github.com/achesak/nim-pythonmath" } ] |
