diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-05 18:57:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-05 18:57:12 +0100 |
| commit | ac3a14a9b9c630dfa38dc32cfa170f9defd240ea (patch) | |
| tree | 243e24cfe2a45f9c1d401e00d578a7966585bd5e | |
| parent | 0786983a1e3b85b9a5ae91f36d7e515c6b5d00f8 (diff) | |
| parent | 969b9c82d28df35781b6b808aee77b10ee6c68da (diff) | |
| download | packages-ac3a14a9b9c630dfa38dc32cfa170f9defd240ea.tar.gz packages-ac3a14a9b9c630dfa38dc32cfa170f9defd240ea.zip | |
Merge pull request #595 from Narazaka/add-shiori1532
Added package shiori
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8aa3a72..edb4182 100644 --- a/packages.json +++ b/packages.json @@ -7343,5 +7343,18 @@ "description": "Deprecated module for vector/matrices operations.", "license": "MIT", "web": "https://github.com/nim-lang/basic3d" + }, + { + "name": "shiori", + "url": "https://github.com/Narazaka/shiori-nim", + "method": "git", + "tags": [ + "ukagaka", + "shiori", + "protocol" + ], + "description": "SHIORI Protocol Parser/Builder", + "license": "MIT", + "web": "https://github.com/Narazaka/shiori-nim" } ] |
