From c96ae3e7f68c7644661b001e3d728892a0bc8daf Mon Sep 17 00:00:00 2001 From: Vladimir Berezenko Date: Wed, 30 Sep 2020 08:03:53 +0300 Subject: [PATCH] Added packets (#1648) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c20e6c..c435e83 100644 --- a/packages.json +++ b/packages.json @@ -19631,5 +19631,18 @@ "description": "A fast and simple command line argument parser inspired by Python's argparse.", "license": "MIT", "web": "https://github.com/oliversandli/clapfn" + }, + { + "name": "packets", + "url": "https://github.com/Q-Master/packets.nim", + "method": "git", + "tags": [ + "serializtion", + "deserialization", + "marshal" + ], + "description": "Declarative packets system for serializing/deserializing and marshalling", + "license": "MIT", + "web": "https://github.com/Q-Master/packets.nim" } ]