From 929e8d6514aa8627221bf97ea4c3bcd40ba07145 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:24:24 +0200 Subject: [PATCH] Added package scinim (#2043) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b5549ca..d6bc1d8 100644 --- a/packages.json +++ b/packages.json @@ -24039,5 +24039,17 @@ "description": "uncomment the codes at the compile time", "license": "MIT", "web": "https://github.com/hamidb80/uncomment" + }, + { + "name": "scinim", + "url": "https://github.com/SciNim/scinim", + "method": "git", + "tags": [ + "scinim", + "" + ], + "description": "The core types and functions of the SciNim ecosystem", + "license": "MIT", + "web": "https://github.com/SciNim/scinim" } ]