diff options
| author | Fabio Cevasco <h3rald@h3rald.com> | 2016-10-23 20:45:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-23 20:45:55 +0200 |
| commit | 83a0d9be6118459674c490c3bbe86a3aa326f0e3 (patch) | |
| tree | 42f5a72d489525fc6cf758a54cb6983a883c0599 | |
| parent | 792f66bbba5cd7575c9ca76e7598e4e3c4142ae0 (diff) | |
| download | packages-83a0d9be6118459674c490c3bbe86a3aa326f0e3.tar.gz packages-83a0d9be6118459674c490c3bbe86a3aa326f0e3.zip | |
Added MiNiM package.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
