From 7573f5106961cb79b603ce9ce50cec28ade12a51 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Fri, 26 Feb 2021 18:42:48 +0100 Subject: [PATCH] Added package nimjl (#1821) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 99c40ad..6021912 100644 --- a/packages.json +++ b/packages.json @@ -21631,5 +21631,18 @@ "description": "Tiny library to check if a system package is already installed.", "license": "MIT", "web": "https://gitlab.com/ArMour85/checkpack" + }, + { + "name": "nimjl", + "url": "https://github.com/Clonkk/nimjl", + "method": "git", + "tags": [ + "Nim", + "Julia", + "Bridge" + ], + "description": "Nim Julia bridge", + "license": "MIT", + "web": "https://github.com/Clonkk/nimjl" } ]