22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"type":"BINARY",
|
|
"sub-type":"SAMPLE",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Test software for egami",
|
|
"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": [
|
|
"egami",
|
|
"test-debug"
|
|
]
|
|
} |