aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 9485971..7187f19 100644
--- a/packages.json
+++ b/packages.json
@@ -11381,5 +11381,19 @@
"description": "`rm` files without fear",
"license": "MIT",
"web": "https://github.com/icyphox/crap"
+ },
+ {
+ "name": "algebra",
+ "url": "https://github.com/ijneb/nim-algebra",
+ "method": "git",
+ "tags": [
+ "algebra",
+ "parse",
+ "evaluate",
+ "mathematics"
+ ],
+ "description": "Algebraic expression parser and evaluator",
+ "license": "CC0",
+ "web": "https://github.com/ijneb/nim-algebra"
}
]