From 7e2eb1cbdb8b3c0d3586055763b6b7b08cfa0bbc Mon Sep 17 00:00:00 2001 From: Edge <67441894+TelegramXPlus@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:44:32 +0200 Subject: [PATCH] Added package ipv4utils (#2928) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b1d0426..cfc14d4 100644 --- a/packages.json +++ b/packages.json @@ -12849,7 +12849,7 @@ "license": "MIT", "web": "https://github.com/treeform/taggy" }, - { + { "name": "tabby", "url": "https://github.com/treeform/tabby", "method": "git", @@ -34037,5 +34037,16 @@ "description": "A high level LuaJIT bindings for Nim", "license": "MIT", "web": "https://github.com/glassesneo/spellua" + }, + { + "name": "ipv4utils", + "url": "https://github.com/TelegramXPlus/ipv4utils", + "method": "git", + "tags": [ + "networking" + ], + "description": "Simple library to work with IPv4 addresses. Made for fun for everyone.", + "license": "MIT", + "web": "https://github.com/TelegramXPlus/ipv4utils" } ]