From 53b3bb32f1df7200be1c8e53ea03d7feba588d86 Mon Sep 17 00:00:00 2001 From: Nemuel Wainaina Date: Tue, 24 Jun 2025 08:08:28 +0300 Subject: [PATCH] Add package morsecode (#3059) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index ebc7bac..5bba5a5 100644 --- a/packages.json +++ b/packages.json @@ -35546,5 +35546,24 @@ "description": "The fast, small and liberally licensed pffft fast-fourier-transform (FFT) library wrapped for Nim", "license": "BSD-3-Clause", "web": "https://github.com/capocasa/pffft" + }, + { + "name": "morsecode", + "url": "https://github.com/nemuelw/morsecode", + "method": "git", + "tags": [ + "morse", + "morsecode", + "encode", + "decode", + "encoding", + "decoding", + "text", + "communication", + "utils" + ], + "description": "Encode and decode text using standard international Morse code", + "license": "GPL-3.0-or-later", + "web": "https://github.com/nemuelw/morsecode" } ]