From ac2b6a176aadac1fe7c9b14099947d06385bc0c5 Mon Sep 17 00:00:00 2001 From: Willi Kappler Date: Thu, 30 Nov 2023 21:06:01 +0100 Subject: [PATCH] Add package num_crunch (#2766) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7431ea564..923e1547c 100644 --- a/packages.json +++ b/packages.json @@ -31974,6 +31974,20 @@ "license": "MIT", "web": "https://github.com/khchen/gura" }, + { + "name": "num_crunch", + "url": "https://github.com/willi-kappler/num_crunch", + "method": "git", + "tags": [ + "hpc", + "distributed", + "computation", + "number crunching" + ], + "description": "Allows to write distributed programs for number crunching easily.", + "license": "MIT", + "web": "https://github.com/willi-kappler/num_crunch" + }, { "name": "jacket", "url": "https://github.com/SpotlightKid/jacket",