From 21b74f01cedc36ac4773eae00137b889bfcf54bf Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Thu, 1 Jun 2017 21:47:13 -0400 Subject: [PATCH] Added serializetools. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 63a0b76..d0c911b 100644 --- a/packages.json +++ b/packages.json @@ -6453,5 +6453,17 @@ "description": "Shiny bindings to the JACK Audio Connection Kit.", "license": "MIT", "web": "https://github.com/Skrylar/nim-jack" + }, + { + "name": "serializetools", + "url": "https://github.com/JeffersonLab/serializetools", + "method": "git", + "tags": [ + "serialization", + "xml" + ], + "description": "Support for serialization of objects", + "license": "MIT", + "web": "https://github.com/JeffersonLab/serializetools" } ]