From f2cccaf85faa427574f6c6f6f24b03d47bb7e440 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Wed, 4 Oct 2017 21:40:13 -0600 Subject: [PATCH] add kexpr --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8aa3a72..2540b87 100644 --- a/packages.json +++ b/packages.json @@ -7261,6 +7261,19 @@ "license": "Apache License 2.0", "web": "https://github.com/edubart/arraymancer-vision" }, + { + "name": "kexpr", + "url": "https://github.com/brentp/kexpr-nim", + "method": "git", + "tags": [ + "math", + "expression", + "evalute" + ], + "description": "wrapper for kexpr math expression evaluation library", + "license": "MIT", + "web": "https://github.com/brentp/kexpr-nim" + }, { "name": "gplay", "url": "https://github.com/yglukhov/gplay",