From 83a0d9be6118459674c490c3bbe86a3aa326f0e3 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 23 Oct 2016 20:45:55 +0200 Subject: [PATCH] Added MiNiM package. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c57bd0..8e19dd6 100644 --- a/packages.json +++ b/packages.json @@ -5358,5 +5358,18 @@ "description": "typeclasses for Nim", "license": "Unlicense", "web": "https://github.com/nigredo-tori/classy" + }, + { + "name": "MiNiM", + "url": "https://github.com/h3rald/minim", + "method": "git", + "tags": [ + "concatenative", + "language", + "shell" + ], + "description": "A tiny concatenative programming language and shell.", + "license": "MIT", + "web": "https://h3rald.com/minim" } ]