diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-21 12:48:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-21 12:48:14 +0100 |
| commit | b46acadf268cda68c680e82e3126f0a933a82ddd (patch) | |
| tree | b83cae266973f3596ed51bef23bb2ac94371e298 | |
| parent | c04a7f83180765e69305dbb5164aeef926bcaa5b (diff) | |
| parent | ec89412a53ab3f85fac1be8e2404219e96614af5 (diff) | |
| download | packages-b46acadf268cda68c680e82e3126f0a933a82ddd.tar.gz packages-b46acadf268cda68c680e82e3126f0a933a82ddd.zip | |
Merge pull request #835 from treeform/patch-7
Add Miniz library.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e182596..f46460f 100644 --- a/packages.json +++ b/packages.json @@ -10426,5 +10426,18 @@ ], "description": "Bindings for libsoundio", "license": "MIT" + }, + { + "name": "miniz", + "url": "https://github.com/treeform/miniz", + "method": "git", + "tags": [ + "zlib", + "zip", + "wrapper", + "compression" + ], + "description": "Bindings for Miniz lib.", + "license": "MIT" } ] |
