mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 17:13:09 +00:00
Added package beautifulparser (#2636)
This commit is contained in:
parent
dfa84ed273
commit
d96506fb20
@ -30585,23 +30585,23 @@
|
|||||||
"web": "https://codeberg.org/Yepoleb/nim-bz2"
|
"web": "https://codeberg.org/Yepoleb/nim-bz2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mvb",
|
"name": "mvb",
|
||||||
"url": "https://github.com/tapsterbot/mvb-opencv",
|
"url": "https://github.com/tapsterbot/mvb-opencv",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"opencv",
|
"opencv",
|
||||||
"library",
|
"library",
|
||||||
"wrapper",
|
"wrapper",
|
||||||
"image",
|
"image",
|
||||||
"processing",
|
"processing",
|
||||||
"minimal",
|
"minimal",
|
||||||
"mininum",
|
"mininum",
|
||||||
"viable",
|
"viable",
|
||||||
"bindings"
|
"bindings"
|
||||||
],
|
],
|
||||||
"description": "Minimum viable bindings for OpenCV",
|
"description": "Minimum viable bindings for OpenCV",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/tapsterbot/mvb-opencv"
|
"web": "https://github.com/tapsterbot/mvb-opencv"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "emailparser",
|
"name": "emailparser",
|
||||||
@ -30624,7 +30624,7 @@
|
|||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"logging",
|
"logging",
|
||||||
"colours",
|
"colours"
|
||||||
],
|
],
|
||||||
"description": "A simple colored logger from std/logging",
|
"description": "A simple colored logger from std/logging",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -30640,6 +30640,18 @@
|
|||||||
],
|
],
|
||||||
"description": "Interface to libxml2's XPath parser",
|
"description": "Interface to libxml2's XPath parser",
|
||||||
"license": "MIT",
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user