elog/GLD_elog-sample.json

25 lines
411 B
JSON

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