From 40f9db16319a0d211cefcc1a890a3759cf652d53 Mon Sep 17 00:00:00 2001 From: Riderfighter <33171826+Riderfighter@users.noreply.github.com> Date: Wed, 16 Jan 2019 22:12:17 -0800 Subject: [PATCH] Added package binio (#992) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]