From 79cb3c4a4c0e57d7cd9e4eb7ee50342c264e79a9 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:33:22 +0800 Subject: [PATCH] Added package xio (#1633) --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 1f51915..c105f6b 100644 --- a/packages.json +++ b/packages.json @@ -1,11 +1,11 @@ -[ +[ { "name": "nimbitarray", "url": "https://github.com/YesDrX/bitarray", "method": "git", "tags": [ "bitarray", - "nim" + "nim" ], "description": "A simple bitarray library for nim.", "license": "MIT", @@ -19480,5 +19480,18 @@ "description": "Prebuilt components for the Fidget GUI library.", "license": "MIT", "web": "https://github.com/Knaque/spinner" + }, + { + "name": "xio", + "url": "https://github.com/xflywind/async", + "method": "git", + "tags": [ + "net", + "os", + "prologue" + ], + "description": "Cross platform system API for os and net.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/async" } ]