From 87036aa1e23212536a2aa946fee4d933d5233f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Th=C3=A9rien?= Date: Mon, 1 Jan 2024 20:57:38 -0500 Subject: [PATCH] Add bight package (#2781) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index ebd2af4..0317fbf 100644 --- a/packages.json +++ b/packages.json @@ -32225,5 +32225,22 @@ "description": " A base International Phonetic Alphabet type definition. ", "license": "BSD-3-Clause", "web": "https://github.com/phononim/ipacore" + }, + { + "name": "bight", + "url": "https://github.com/auxym/bight", + "method": "git", + "tags": [ + "endianness", + "bytes", + "serialize", + "serialization", + "deserialize", + "deserialization" + ], + "description": "Byte-ordering operations with a simple read/write API.", + "license": "MIT", + "web": "https://github.com/auxym/bight", + "doc": "https://auxym.github.io/bight/bight.html" } ]