Add package morsecode (#3059)

This commit is contained in:
Nemuel Wainaina 2025-06-24 08:08:28 +03:00 committed by GitHub
parent d39517804b
commit 53b3bb32f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]