From 78dfa8e4596d2a16a28344f953930a24aad67267 Mon Sep 17 00:00:00 2001 From: RMT Date: Wed, 25 Mar 2020 09:05:05 +0100 Subject: [PATCH] Added package alut (#1412) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5855e4a..fa50682 100644 --- a/packages.json +++ b/packages.json @@ -17118,5 +17118,19 @@ "description": "A simple pomodoro timer for the comandline with cli-output and notifications.", "license": "MIT", "web": "https://github.com/MnlPhlp/pomTimer" + }, + { + "name": "alut", + "url": "https://github.com/rmt/alut", + "method": "git", + "tags": [ + "alut", + "openal", + "audio", + "sound" + ], + "description": "OpenAL Utility Toolkit (ALUT)", + "license": "LGPL-2.1", + "web": "https://github.com/rmt/alut" } ]