aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-06 10:15:08 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-06 10:15:08 +0100
commit979fbf8a6bb711b90ab96f1a3aeff1a4f7584098 (patch)
treedd088fbd16f15011fc945a0854797a66a88163cf
parent9ecf36385f9629ed802971b01f5320b6fe527889 (diff)
parentd13b2ef93a73aa2413d8b738ae9cb17f4721cd09 (diff)
downloadpackages-979fbf8a6bb711b90ab96f1a3aeff1a4f7584098.tar.gz
packages-979fbf8a6bb711b90ab96f1a3aeff1a4f7584098.zip
Merge pull request #260 from jlp765/seqmath
add seqmath package
-rw-r--r--packages.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5a0b014..4a9b041 100644
--- a/packages.json
+++ b/packages.json
@@ -3356,5 +3356,24 @@
"description": "Nim library for parsing PLS, M3U, and XSPF playlist files",
"license": "MIT",
"web": "https://github.com/achesak/nim-playlists"
+ },
+ {
+ "name": "seqmath",
+ "url": "https://github.com/jlp765/seqmath",
+ "method": "git",
+ "tags": [
+ "math",
+ "seq",
+ "sequence",
+ "array",
+ "nested",
+ "algebra",
+ "statistics",
+ "lifted",
+ "financial"
+ ],
+ "description": "Nim math library for sequences and nested sequences (extends math library)",
+ "license": "MIT",
+ "web": "https://github.com/jlp765/seqmath"
}
]