exml/GLD_exml-sample.json

27 lines
462 B
JSON

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"e-xml sample",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"sample/main.cpp",
"sample/read.cpp",
"sample/write.cpp"
],
"dependency": [
"exml",
"test-debug"
],
"copy":[
{
"path":"sample/read.xml"
}
]
}