Skip to content

Commit

Permalink
Added package stdx (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjv360 authored Sep 10, 2023
1 parent e304f51 commit 77bd65c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 77bd65c

Please sign in to comment.