From 50a9e254543566fee58345bd7bf3a8e66b69ec70 Mon Sep 17 00:00:00 2001 From: kalekale Date: Mon, 31 May 2021 17:12:06 +0545 Subject: [PATCH] Add ass. (#1918) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 796f05a..5ef49f4 100644 --- a/packages.json +++ b/packages.json @@ -22715,5 +22715,16 @@ "description": "Fast and unsafe byte buffering for intensive network data transfer.", "license": "MIT", "web": "https://github.com/jakubDoka/netbuff" + }, + { + "name": "ass", + "url": "https://github.com/0kalekale/libass-nim", + "license": "ISC", + "tags": [ + "multimedia", + "video" + ], + "method": "git", + "description" : "Nim bindings for libass." } ]