aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-10 23:14:44 +0100
committerGitHub <noreply@github.com>2018-10-10 23:14:44 +0100
commit42cf46ea02a38d0af824e56c293fbefe33453963 (patch)
treeea091e65fd8ee044c5038eb5c00f25b62dee941b
parent115dde2d70d05ff1d05a90608f0479c7c3f1a3d9 (diff)
parent154665cbf99caf52dbb97133596843449be9ba30 (diff)
downloadpackages-42cf46ea02a38d0af824e56c293fbefe33453963.tar.gz
packages-42cf46ea02a38d0af824e56c293fbefe33453963.zip
Merge pull request #885 from kaushalmodi/add-xmldom-xmldomparser
Add the xmldom and xmldomparser packages from graveyard
-rw-r--r--packages.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 45fee4b..411c1ba 100644
--- a/packages.json
+++ b/packages.json
@@ -11006,5 +11006,32 @@
"description": "Sequoia PGP wrapper for Nim",
"license": "GPLv3",
"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"
}
]