diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-16 12:21:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 12:21:18 +0100 |
| commit | 6f2098983a950e9a64f733ad994d8163b3e91574 (patch) | |
| tree | cb44262db4f860e705a41284bb34429a1d1a16ac | |
| parent | d5f873a91586af368e64136829a97a964c72ba95 (diff) | |
| parent | 76ecde78ce6d86757e71bc8ed16f3a775f1fd698 (diff) | |
| download | packages-6f2098983a950e9a64f733ad994d8163b3e91574.tar.gz packages-6f2098983a950e9a64f733ad994d8163b3e91574.zip | |
Merge pull request #833 from ba0f3/add-xml0212
Add package xml
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fcc029e..70c988b 100644 --- a/packages.json +++ b/packages.json @@ -10377,5 +10377,22 @@ "description": "A simple GUI front for Nimble.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_nimble_gui" + }, + { + "name": "xml", + "url": "https://github.com/ba0f3/xml.nim", + "method": "git", + "tags": [ + "xml", + "parser", + "compile", + "tokenizer", + "nim", + "html", + "cdata" + ], + "description": "Pure Nim XML parser", + "license": "MIT", + "web": "https://github.com/ba0f3/xml.nim" } ] |
