Added package xio (#1633)

This commit is contained in:
flywind 2020-09-04 19:33:22 +08:00 committed by GitHub
parent f245884a97
commit 79cb3c4a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
[ [
{ {
"name": "nimbitarray", "name": "nimbitarray",
"url": "https://github.com/YesDrX/bitarray", "url": "https://github.com/YesDrX/bitarray",
"method": "git", "method": "git",
"tags": [ "tags": [
"bitarray", "bitarray",
"nim" "nim"
], ],
"description": "A simple bitarray library for nim.", "description": "A simple bitarray library for nim.",
"license": "MIT", "license": "MIT",
@ -19480,5 +19480,18 @@
"description": "Prebuilt components for the Fidget GUI library.", "description": "Prebuilt components for the Fidget GUI library.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Knaque/spinner" "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"
} }
] ]