diff options
| author | Chihiro Hasegawa <register.chihiro@gmail.com> | 2018-11-22 08:06:25 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-21 23:06:25 +0000 |
| commit | a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7 (patch) | |
| tree | 9b8240e6b13c228dfaae6f5e642f6cd05275622c | |
| parent | ba8fa635d042fe27ecf110c316a66b355f0c521d (diff) | |
| download | packages-a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7.tar.gz packages-a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7.zip | |
Added package nish (#934)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json index a22e1af..459cec7 100644 --- a/packages.json +++ b/packages.json @@ -9307,7 +9307,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCSâș stateless hash-based signature scheme", + "description": "SPHINCS\u207A stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -11516,6 +11516,18 @@ "web": "https://github.com/gmshiba/replim" }, { + "name": "nish", + "url": "https://github.com/owlinux1000/nish", + "method": "git", + "tags": [ + "nish", + "shell" + ], + "description": "A Toy Shell Application", + "license": "MIT", + "web": "https://github.com/owlinux1000/nish" + }, + { "name": "backoff", "url": "https://github.com/CORDEA/backoff", "method": "git", |
