Rename libserialport to serial.
`libserialport` was a misleading name as it implied the library was a wrapper.
This commit is contained in:
parent
3c66456dba
commit
bf039ea537
1 changed files with 5 additions and 4 deletions
|
|
@ -5991,17 +5991,18 @@
|
|||
"web": "http://dpdk.org/"
|
||||
},
|
||||
{
|
||||
"name": "libserialport",
|
||||
"url": "https://github.com/euantorano/serialport.nim",
|
||||
"name": "serial",
|
||||
"url": "https://github.com/euantorano/serial.nim",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"serial",
|
||||
"rs232",
|
||||
"io"
|
||||
"io",
|
||||
"serialport"
|
||||
],
|
||||
"description": "A library to operate serial ports using pure Nim.",
|
||||
"license": "BSD3",
|
||||
"web": "https://github.com/euantorano/serialport.nim"
|
||||
"web": "https://github.com/euantorano/serial.nim"
|
||||
},
|
||||
{
|
||||
"name": "spdk",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue