From e390fdd38feecc5794de7b7a9e3593d83b4e28ca Mon Sep 17 00:00:00 2001 From: metagn <10591326+metagn@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:59:26 +0300 Subject: [PATCH] Add package etf (#2286) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 5881f10..3036f5d 100644 --- a/packages.json +++ b/packages.json @@ -26762,5 +26762,21 @@ "description": "A small utility to create JSON objects written in Nim. This is inspired by jpmens/jo.", "license": "MIT", "web": "https://github.com/uga-rosa/njo" + }, + { + "name": "etf", + "url": "https://github.com/metagn/etf", + "method": "git", + "tags": [ + "etf", + "erlang", + "library", + "parser", + "binary", + "discord" + ], + "description": "ETF (Erlang Term Format) library for nim", + "license": "MIT", + "web": "https://github.com/metagn/etf" } ]