Added package stdx (#2707)

This commit is contained in:
Josh 2023-09-10 14:52:26 +02:00 committed by GitHub
parent e304f510b7
commit 77bd65c006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31419,5 +31419,21 @@
"description": "basic toolchain to forge (cross-compile) your multi-platform nim binaries",
"license": "MIT",
"web": "https://github.com/daylinmorgan/forge"
},
{
"name": "stdx",
"url": "https://github.com/jjv360/nim-stdx",
"method": "git",
"tags": [
"std",
"standard",
"lib",
"library",
"extras",
"stdx"
],
"description": "A collection of extra utilities for Nim.",
"license": "MIT",
"web": "https://github.com/jjv360/nim-stdx"
}
]