diff --git a/packages.json b/packages.json index e00f9f2..26ff855 100644 --- a/packages.json +++ b/packages.json @@ -20923,5 +20923,17 @@ ], "description": "Implement dynamic dispatch through vtable, should works for dynlib.", "license": "LGPL-3.0" + }, + { + "name": "xmlio", + "url": "https://github.com/codehz/xmlio", + "method": "git", + "tags": [ + "xml", + "deserialize", + "vtable" + ], + "description": "Mapping nim type to xml node, and parse from it.", + "license": "LGPL-3.0" } ]