From 030be258ff52ba07b6b2579e5aa6dcdb1fd7ddc9 Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sun, 26 Dec 2021 01:03:58 +0200 Subject: [PATCH] Add Ogham package (#2098) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3ae9ba4..a9c38bb 100644 --- a/packages.json +++ b/packages.json @@ -24600,5 +24600,20 @@ "description": "A small wrapper around PortAudio for cross-platform audio IO.", "license": "MIT", "web": "https://github.com/Psirus/nordaudio" + }, + { + "name": "ogham", + "url": "https://github.com/stscoundrel/ogham-nim", + "method": "git", + "tags": [ + "ogham", + "convert", + "transform", + "old-irish", + "inscriptions" + ], + "description": "Convert Ogham inscriptions to latin text & vice versa.", + "license": "MIT", + "web": "https://github.com/stscoundrel/ogham-nim" } ]