From a31a820899309cb500e9074945e956017563edc5 Mon Sep 17 00:00:00 2001 From: systemonia <147942000+systemonia@users.noreply.github.com> Date: Wed, 27 Dec 2023 03:18:53 +0100 Subject: [PATCH] Add package 'ipacore' (#2780) Signed-off-by: systemonia --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6d4fee5..ebd2af4 100644 --- a/packages.json +++ b/packages.json @@ -32211,5 +32211,19 @@ "description": "Use threads as if they were servers/microservices to enable multi-threading with a simple mental model.", "license": "MIT", "web": "https://github.com/PhilippMDoerner/Appster" + }, + { + "name": "ipacore", + "url": "https://github.com/phononim/ipacore", + "method": "git", + "tags": [ + "ipa", + "library", + "core", + "phonology" + ], + "description": " A base International Phonetic Alphabet type definition. ", + "license": "BSD-3-Clause", + "web": "https://github.com/phononim/ipacore" } ]