diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-31 18:12:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-31 18:12:20 +0000 |
| commit | a44cde51a591e4aec835ee8133b39e9b536f879f (patch) | |
| tree | b8ed9a20825aee4518be590b22292501a6699925 | |
| parent | f9015a5d2abebfd7b3031f4b351879f790f3e944 (diff) | |
| parent | fda634fc5d117d33befc7112d572a56a458bcc58 (diff) | |
| download | packages-a44cde51a591e4aec835ee8133b39e9b536f879f.tar.gz packages-a44cde51a591e4aec835ee8133b39e9b536f879f.zip | |
Merge pull request #634 from Vladar4/avbin_nim
added avbin entry
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d1462b9..681cd69 100644 --- a/packages.json +++ b/packages.json @@ -7856,5 +7856,20 @@ "description": "A native-nim implementaton of the sBOX generic container format.", "license": "MIT", "web": "https://github.com/Skrylar/sksbox" + }, + { + "name": "avbin", + "url": "https://github.com/Vladar4/avbin", + "method": "git", + "tags": [ + "audio", + "video", + "media", + "library", + "wrapper" + ], + "description": "Wrapper of the AVbin library for the Nim language.", + "license": "LGPL", + "web": "https://github.com/Vladar4/avbin" } ] |
