aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-12-31 18:12:20 +0000
committerGitHub <noreply@github.com>2017-12-31 18:12:20 +0000
commita44cde51a591e4aec835ee8133b39e9b536f879f (patch)
treeb8ed9a20825aee4518be590b22292501a6699925
parentf9015a5d2abebfd7b3031f4b351879f790f3e944 (diff)
parentfda634fc5d117d33befc7112d572a56a458bcc58 (diff)
downloadpackages-a44cde51a591e4aec835ee8133b39e9b536f879f.tar.gz
packages-a44cde51a591e4aec835ee8133b39e9b536f879f.zip
Merge pull request #634 from Vladar4/avbin_nim
added avbin entry
-rw-r--r--packages.json15
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"
}
]