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" } ]