From 4c1f43195b986354ba6313b6483082e38e18396b Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Thu, 4 Mar 2021 10:48:53 -0500 Subject: [PATCH] gsl wrapper for nim (#1828) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index f67907e..6f35729 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,15 @@ [ + { + "name": "gsl", + "url": "https://github.com/YesDrX/gsl-nim.git", + "method": "git", + "tags": [ + "gsl", "gnu", "numerical", "scientific" + ], + "description": "gsl C Api wrapped for nim", + "license": "GPL3", + "web": "https://github.com/YesDrX/gsl-nim/" + }, { "name": "onnxruntime", "url": "https://github.com/YesDrX/onnxruntime-nim.git",