Added package beautifulparser (#2636)

This commit is contained in:
EnteryName 2023-07-07 14:42:05 +02:00 committed by GitHub
parent dfa84ed273
commit d96506fb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30585,23 +30585,23 @@
"web": "https://codeberg.org/Yepoleb/nim-bz2"
},
{
"name": "mvb",
"url": "https://github.com/tapsterbot/mvb-opencv",
"method": "git",
"tags": [
"opencv",
"library",
"wrapper",
"image",
"processing",
"minimal",
"mininum",
"viable",
"bindings"
],
"description": "Minimum viable bindings for OpenCV",
"license": "MIT",
"web": "https://github.com/tapsterbot/mvb-opencv"
"name": "mvb",
"url": "https://github.com/tapsterbot/mvb-opencv",
"method": "git",
"tags": [
"opencv",
"library",
"wrapper",
"image",
"processing",
"minimal",
"mininum",
"viable",
"bindings"
],
"description": "Minimum viable bindings for OpenCV",
"license": "MIT",
"web": "https://github.com/tapsterbot/mvb-opencv"
},
{
"name": "emailparser",
@ -30624,7 +30624,7 @@
"method": "git",
"tags": [
"logging",
"colours",
"colours"
],
"description": "A simple colored logger from std/logging",
"license": "MIT",
@ -30640,6 +30640,18 @@
],
"description": "Interface to libxml2's XPath parser",
"license": "MIT",
"web": "https://github.com/weskerfoot/NimPath",
"web": "https://github.com/weskerfoot/NimPath"
},
{
"name": "beautifulparser",
"url": "https://github.com/TelegramXPlus/beautifulparser",
"method": "git",
"tags": [
"parser",
"html"
],
"description": "Simple parser for HTML",
"license": "MIT",
"web": "https://github.com/TelegramXPlus/beautifulparser"
}
]