From 7b02a3eee631da207f5eff253772a5b740e57863 Mon Sep 17 00:00:00 2001 From: PMunch Date: Fri, 8 Oct 2021 14:32:43 +0000 Subject: [PATCH] Add Futhark (#2025) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 544eebb..47d1556 100644 --- a/packages.json +++ b/packages.json @@ -1749,6 +1749,22 @@ "license": "MIT", "web": "https://github.com/PMunch/wxnim" }, + { + "name": "futhark", + "url": "https://github.com/PMunch/futhark", + "method": "git", + "tags": [ + "library", + "c", + "c2nim", + "interop", + "language", + "code" + ], + "description": "Zero-wrapping C imports in Nim", + "license": "MIT", + "web": "https://github.com/PMunch/futhark" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",