diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-07 14:12:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-07 14:12:51 +0100 |
| commit | 5ea9dfa9e78ae817e1d9b3a581c9a6c19e66d2e2 (patch) | |
| tree | 64060e47c6cd362f1f928944ced9032f1ef32f98 | |
| parent | 2b211fc56123cda17dc18b9251659ed3e3bb29f4 (diff) | |
| parent | 2628840c3ec08fb0dd964dba411949077d5c9c56 (diff) | |
| download | packages-5ea9dfa9e78ae817e1d9b3a581c9a6c19e66d2e2.tar.gz packages-5ea9dfa9e78ae817e1d9b3a581c9a6c19e66d2e2.zip | |
Merge pull request #596 from Narazaka/add-shioridll0809
Added package shioridll
| -rw-r--r-- | packages.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/packages.json b/packages.json index 23c2859..2e860e2 100644 --- a/packages.json +++ b/packages.json @@ -7266,9 +7266,9 @@ "url": "https://github.com/brentp/kexpr-nim", "method": "git", "tags": [ - "math", - "expression", - "evalute" + "math", + "expression", + "evalute" ], "description": "wrapper for kexpr math expression evaluation library", "license": "MIT", @@ -7369,5 +7369,17 @@ "description": "SHIORI Protocol Parser/Builder", "license": "MIT", "web": "https://github.com/Narazaka/shiori-nim" + }, + { + "name": "shioridll", + "url": "https://github.com/Narazaka/shioridll-nim", + "method": "git", + "tags": [ + "shiori", + "ukagaka" + ], + "description": "The SHIORI DLL interface", + "license": "MIT", + "web": "https://github.com/Narazaka/shioridll-nim" } ] |
