mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 00:23:10 +00:00
Merge pull request #568 from euantorano/patch-1
Rename `libserialport` to `serial`.
This commit is contained in:
commit
263244b10c
@ -5992,16 +5992,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "libserialport",
|
"name": "libserialport",
|
||||||
"url": "https://github.com/euantorano/serialport.nim",
|
"alias": "serial",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "serial",
|
||||||
|
"url": "https://github.com/euantorano/serial.nim",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"serial",
|
"serial",
|
||||||
"rs232",
|
"rs232",
|
||||||
"io"
|
"io",
|
||||||
|
"serialport"
|
||||||
],
|
],
|
||||||
"description": "A library to operate serial ports using pure Nim.",
|
"description": "A library to operate serial ports using pure Nim.",
|
||||||
"license": "BSD3",
|
"license": "BSD3",
|
||||||
"web": "https://github.com/euantorano/serialport.nim"
|
"web": "https://github.com/euantorano/serial.nim"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spdk",
|
"name": "spdk",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user