From 21c82b358040ba6b1fda70bfbf2617bfc6bc1e79 Mon Sep 17 00:00:00 2001 From: Mattia Date: Thu, 11 Mar 2021 14:31:13 +0100 Subject: [PATCH] Added package nimkalc (#1837) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 904fd92..3dca89f 100644 --- a/packages.json +++ b/packages.json @@ -21823,5 +21823,18 @@ "description": "Set implementation of disjoint intervals", "license": "MIT", "web": "https://github.com/autumngray/intervalsets" + }, + { + "name": "nimkalc", + "url": "https://github.com/nocturn9x/nimkalc", + "method": "git", + "tags": [ + "parsing", + "library", + "math" + ], + "description": "An advanced parsing library for mathematical expressions and equations", + "license": "Apache 2.0", + "web": "https://github.com/nocturn9x/nimkalc" } ]