Rename libserialport to serial.

`libserialport` was a misleading name as it implied the library was a wrapper.
This commit is contained in:
Euan T 2017-08-15 21:05:36 +01:00 committed by GitHub
parent 3c66456dba
commit bf039ea537

View File

@ -5991,17 +5991,18 @@
"web": "http://dpdk.org/" "web": "http://dpdk.org/"
}, },
{ {
"name": "libserialport", "name": "serial",
"url": "https://github.com/euantorano/serialport.nim", "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",