34 lines
564 B
JSON
34 lines
564 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"ETK cxx abi simple interface",
|
|
"license":"MPL-2",
|
|
"license-file":"file://../LICENCE.txt",
|
|
"maintainer":"file://../authors.txt",
|
|
"author":"file://../authors.txt",
|
|
"version":"file://../version.txt",
|
|
"code-quality":"MEDIUM",
|
|
"comment": {
|
|
"source": [
|
|
"cxx-abi/cppabi.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 1999
|
|
},
|
|
"dependency": [
|
|
"c"
|
|
]
|
|
},
|
|
"compilator": {
|
|
"gcc": {
|
|
"flag":{
|
|
"link": "-lgcc_s"
|
|
}
|
|
},
|
|
"clang": {
|
|
"flag":{
|
|
"link": "-lclang"
|
|
}
|
|
}
|
|
}
|
|
} |