diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-01 16:07:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-01 16:07:01 +0100 |
| commit | 0786983a1e3b85b9a5ae91f36d7e515c6b5d00f8 (patch) | |
| tree | e5cf01d3212f400d0acd85bae805ad7b875d8745 | |
| parent | cc006a9148507e78d23a3638326c5f7a2d22ea66 (diff) | |
| download | packages-0786983a1e3b85b9a5ae91f36d7e515c6b5d00f8.tar.gz packages-0786983a1e3b85b9a5ae91f36d7e515c6b5d00f8.zip | |
Add basic2d/basic3d
| -rw-r--r-- | packages.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bb82a8b..8aa3a72 100644 --- a/packages.json +++ b/packages.json @@ -7315,5 +7315,33 @@ "description": "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors", "license": "BSD3", "web": "https://github.com/JeffersonLab/ensem" + }, + { + "name": "basic2d", + "url": "https://github.com/nim-lang/basic2d", + "method": "git", + "tags": [ + "deprecated", + "vector", + "stdlib", + "library" + ], + "description": "Deprecated module for vector/matrices operations.", + "license": "MIT", + "web": "https://github.com/nim-lang/basic2d" + }, + { + "name": "basic3d", + "url": "https://github.com/nim-lang/basic3d", + "method": "git", + "tags": [ + "deprecated", + "vector", + "stdlib", + "library" + ], + "description": "Deprecated module for vector/matrices operations.", + "license": "MIT", + "web": "https://github.com/nim-lang/basic3d" } ] |
