Merge pull request #469 from euantorano/add-serialport1625

Add package serialport
This commit is contained in:
Dominik Picheta 2017-02-12 17:49:09 +01:00 committed by GitHub
commit 1768b85097

View File

@ -5906,5 +5906,18 @@
"description": "Library for fast packet processing",
"license": "Apache License 2.0",
"web": "http://dpdk.org/"
},
{
"name": "libserialport",
"url": "https://github.com/euantorano/serialport.nim",
"method": "git",
"tags": [
"serial",
"rs232",
"io"
],
"description": "A library to operate serial ports using pure Nim.",
"license": "BSD3",
"web": "https://github.com/euantorano/serialport.nim"
}
]