diff options
| author | Robert Edwards <edwards@jlab.org> | 2017-06-01 21:47:13 -0400 |
|---|---|---|
| committer | Robert Edwards <edwards@jlab.org> | 2017-06-01 21:47:13 -0400 |
| commit | 21b74f01cedc36ac4773eae00137b889bfcf54bf (patch) | |
| tree | 482f49926f09789c9a2e7e5df81ae5d8f2232827 | |
| parent | fc9d217ba87e737dd92c99cd5692c1c960dc42c6 (diff) | |
| download | packages-21b74f01cedc36ac4773eae00137b889bfcf54bf.tar.gz packages-21b74f01cedc36ac4773eae00137b889bfcf54bf.zip | |
Added serializetools.
| -rw-r--r-- | packages.json | 12 |
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" } ] |
