aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiderfighter <33171826+Riderfighter@users.noreply.github.com>2019-01-16 22:12:17 -0800
committerMiran <narimiran@disroot.org>2019-01-17 07:12:17 +0100
commit40f9db16319a0d211cefcc1a890a3759cf652d53 (patch)
tree21d9dfd95f5ef17ab8633eace9419d931dbc8acb
parent6640778d0c206249afdf46316a087282c3096286 (diff)
downloadpackages-40f9db16319a0d211cefcc1a890a3759cf652d53.tar.gz
packages-40f9db16319a0d211cefcc1a890a3759cf652d53.zip
Added package binio (#992)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5d547d5..b70e7ee 100644
--- a/packages.json
+++ b/packages.json
@@ -12467,5 +12467,18 @@
"description": "HQ Trivia API wrapper for Nim",
"license": "MIT",
"web": "https://github.com/sillibird/nimhq"
+ },
+ {
+ "name": "binio",
+ "url": "https://github.com/Riderfighter/binio",
+ "method": "git",
+ "tags": [
+ "structured",
+ "byte",
+ "data"
+ ],
+ "description": "Package for packing and unpacking byte data",
+ "license": "MIT",
+ "web": "https://github.com/Riderfighter/binio"
}
]