aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Edwards <edwards@jlab.org>2017-06-01 21:47:13 -0400
committerRobert Edwards <edwards@jlab.org>2017-06-01 21:47:13 -0400
commit21b74f01cedc36ac4773eae00137b889bfcf54bf (patch)
tree482f49926f09789c9a2e7e5df81ae5d8f2232827
parentfc9d217ba87e737dd92c99cd5692c1c960dc42c6 (diff)
downloadpackages-21b74f01cedc36ac4773eae00137b889bfcf54bf.tar.gz
packages-21b74f01cedc36ac4773eae00137b889bfcf54bf.zip
Added serializetools.
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]