From fabd1c6c65d0e3edb6b7c90b8d21e9610d1a5b7e Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Sun, 31 Dec 2017 15:38:39 +0200 Subject: [PATCH 1/2] added avbin_nim entry --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d1462b9..4a7bef4 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_nim", + "url": "https://github.com/Vladar4/avbin_nim", + "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_nim" } ] From fda634fc5d117d33befc7112d572a56a458bcc58 Mon Sep 17 00:00:00 2001 From: Vladar4 Date: Sun, 31 Dec 2017 17:07:17 +0200 Subject: [PATCH 2/2] renamed avbin_nim to avbin --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 4a7bef4..681cd69 100644 --- a/packages.json +++ b/packages.json @@ -7858,8 +7858,8 @@ "web": "https://github.com/Skrylar/sksbox" }, { - "name": "avbin_nim", - "url": "https://github.com/Vladar4/avbin_nim", + "name": "avbin", + "url": "https://github.com/Vladar4/avbin", "method": "git", "tags": [ "audio", @@ -7870,6 +7870,6 @@ ], "description": "Wrapper of the AVbin library for the Nim language.", "license": "LGPL", - "web": "https://github.com/Vladar4/avbin_nim" + "web": "https://github.com/Vladar4/avbin" } ]