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 90e226a..24f2d42 100644
--- a/packages.json
+++ b/packages.json
@@ -9709,5 +9709,18 @@
"description": "Print fabulously in your terminal",
"license": "MIT",
"web": "https://github.com/icyphox/fab"
+ },
+ {
+ "name": "intel_hex",
+ "url": "https://github.com/keyme/nim_intel_hex",
+ "method": "git",
+ "tags": [
+ "utils",
+ "parsing",
+ "hex"
+ ],
+ "description": "Intel hex file utility library",
+ "license": "MIT",
+ "web": "https://github.com/keyme/nim_intel_hex"
}
]