From 075c69d63b20de1be1ef820411459d0d44e4cb21 Mon Sep 17 00:00:00 2001 From: Stefanos Mandalas <47466000+sealmove@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:20:37 +0200 Subject: [PATCH] Added package binarylang (#1759) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 6eadfba..3b4f77e 100644 --- a/packages.json +++ b/packages.json @@ -21020,6 +21020,23 @@ "license": "MIT", "web": "https://github.com/ire4ever1190/dimscordCommandHandler" }, + { + "name": "binarylang", + "url": "https://github.com/sealmove/binarylang", + "method": "git", + "tags": [ + "parse", + "encode", + "binary", + "bitfield", + "dsl", + "library", + "macro" + ], + "description": "Binary parser/encoder DSL", + "license": "MIT", + "web": "https://github.com/sealmove/binarylang" + }, { "name": "amka", "url": "https://github.com/zoispag/amka-nim",