structs/dub.json

10 lines
273 B
JSON
Raw Normal View History

2020-05-27 09:30:58 +00:00
{
"authors": [
"Marko Semet <marko@marko10-000.de>"
],
"copyright": "Copyright © 2020, Marko Semet <marko@marko10-000.de>",
"description": "Binary formating like the python struct module.",
"license": "LGPL-3.0",
"name": "structs",
"targetType": "sourceLibrary"
}