From e2b76d9e60508dba18c9fa5887f8a9725a0d626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:36:13 +0200 Subject: [PATCH] add symbolicnim (#1631) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cee6439..e5caeeb 100644 --- a/packages.json +++ b/packages.json @@ -19438,5 +19438,19 @@ "description": "User-friendly wrapper for nim ast", "license": "Apache-2.0", "web": "https://github.com/haxscramper/hnimast" - } + }, + { + "name": "symbolicnim", + "url": "https://github.com/HugoGranstrom/symbolicnim", + "method": "git", + "tags": [ + "symbolic", + "math", + "derivative", + "algebra" + ], + "description": "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions.", + "license": "MIT", + "web": "https://github.com/HugoGranstrom/symbolicnim" + } ]