From 4cd340087773ba18a7a94fa3c9a9019b483dca3d Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Thu, 30 Dec 2021 23:09:08 +1100 Subject: [PATCH] Add package opussum (#2104) * Added package opussum * Add link to docs --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6c31bce..744f8ee 100644 --- a/packages.json +++ b/packages.json @@ -24662,5 +24662,18 @@ "description": "Configurable Nim code linter / formatter / style checker with heuristics", "license": "GPLv3", "web": "https://github.com/FedericoCeratto/nimfmt" + }, + { + "name": "opussum", + "url": "https://github.com/ire4ever1190/opussum", + "method": "git", + "tags": [ + "audio", + "wrapper" + ], + "description": "Wrapper around libopus", + "license": "MIT", + "web": "https://github.com/ire4ever1190/opussum", + "doc": "https://tempdocs.netlify.app/opussum/stable/" } ]