From d13b2ef93a73aa2413d8b738ae9cb17f4721cd09 Mon Sep 17 00:00:00 2001 From: JamesP Date: Tue, 6 Oct 2015 12:42:18 +1000 Subject: [PATCH] add seqmath package Nim math library for sequences and nested sequences (extends math library) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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" } ]