mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
Add the xmldom and xmldomparser packages from graveyard
This commit is contained in:
parent
115dde2d70
commit
154665cbf9
@ -11006,5 +11006,32 @@
|
|||||||
"description": "Sequoia PGP wrapper for Nim",
|
"description": "Sequoia PGP wrapper for Nim",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"web": "https://github.com/ba0f3/sequoia.nim"
|
"web": "https://github.com/ba0f3/sequoia.nim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xmldom",
|
||||||
|
"url": "https://github.com/nim-lang/graveyard?subdir=xmldom",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"graveyard",
|
||||||
|
"xml",
|
||||||
|
"dom"
|
||||||
|
],
|
||||||
|
"description": "Implementation of XML DOM Level 2 Core specification (http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html)",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "xmldomparser",
|
||||||
|
"url": "https://github.com/nim-lang/graveyard?subdir=xmldomparser",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"graveyard",
|
||||||
|
"xml",
|
||||||
|
"dom",
|
||||||
|
"parser"
|
||||||
|
],
|
||||||
|
"description": "Parses an XML Document into a XML DOM Document representation.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user