From 2b44321106d116c97c82c08201fb2dd71d55d9cb Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sat, 24 Apr 2021 19:35:03 +0200 Subject: [PATCH 1/3] Added mn, renamed MiNiM into min. (#1881) --- packages.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index fd433a2..7b8c0de 100644 --- a/packages.json +++ b/packages.json @@ -6341,17 +6341,34 @@ "web": "https://github.com/nigredo-tori/classy" }, { - "name": "MiNiM", - "url": "https://github.com/h3rald/minim", + "name": "mn", + "url": "https://github.com/h3rald/mn", "method": "git", "tags": [ "concatenative", "language", "shell" ], - "description": "A tiny concatenative programming language and shell.", + "description": "A truly minimal concatenative programming language.", "license": "MIT", - "web": "https://h3rald.com/minim" + "web": "https://h3rald.com/mn" + }, + { + "name": "min", + "url": "https://github.com/h3rald/min", + "method": "git", + "tags": [ + "concatenative", + "language", + "shell" + ], + "description": "A small but practical concatenative programming language and shell.", + "license": "MIT", + "web": "https://min-lang.org" + }, + { + "name": "MiNiM", + "alias": "min" }, { "name": "boneIO", From ad145d0fea655499fd8442f10b0a25988785b1a4 Mon Sep 17 00:00:00 2001 From: flywind Date: Sun, 25 Apr 2021 13:37:54 +0800 Subject: [PATCH 2/3] update the jstin link --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 7b8c0de..a6d3a0c 100644 --- a/packages.json +++ b/packages.json @@ -13457,7 +13457,7 @@ }, { "name": "jstin", - "url": "https://github.com/LemonBoy/jstin", + "url": "https://github.com/nim-lang/jstin", "method": "git", "tags": [ "json", @@ -13468,7 +13468,7 @@ ], "description": "JS {de,}serialization as it says on the tin", "license": "MIT", - "web": "https://github.com/LemonBoy/jstin" + "web": "https://github.com/nim-lang/jstin" }, { "name": "compactdict", From 0dfa1f831418d603d38244e5c9cd983c9c74750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sun, 25 Apr 2021 14:18:31 +0200 Subject: [PATCH 3/3] Add package unittest2 (#1883) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a6d3a0c..fde0453 100644 --- a/packages.json +++ b/packages.json @@ -22324,5 +22324,17 @@ "description": "Call remote Nim functions as if it's local", "license": "MIT", "web": "https://github.com/al6x/nim/tree/main/nodem" + }, + { + "name": "unittest2", + "url": "https://github.com/status-im/nim-unittest2", + "method": "git", + "tags": [ + "tests", + "unit-testing" + ], + "description": "unittest fork focused on parallel test execution", + "license": "MIT", + "web": "https://github.com/status-im/nim-unittest2" } ]