aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index af84435..2a64f38 100644
--- a/packages.json
+++ b/packages.json
@@ -5906,5 +5906,18 @@
"description": "Library for fast packet processing",
"license": "Apache License 2.0",
"web": "http://dpdk.org/"
+ },
+ {
+ "name": "serialport",
+ "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"
}
]