Added package batteries (#2288)

This commit is contained in:
Angel Ezquerra 2022-07-20 05:31:10 +02:00 committed by GitHub
parent 2695c9abe6
commit 95e136bcbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26792,5 +26792,19 @@
"description": "A library to generate xml and html tags",
"license": "MIT",
"web": "https://github.com/aruZeta/tagger"
},
{
"name": "batteries",
"url": "https://github.com/AngelEzquerra/nim-batteries",
"method": "git",
"tags": [
"import",
"prelude",
"batteries",
"included"
],
"description": "Module that imports common nim standard library modules for your convenience",
"license": "MIT",
"web": "https://github.com/AngelEzquerra/nim-batteries"
}
]