20 lines
282 B
JSON
20 lines
282 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"sub-type":"PREBUILD",
|
|
"group-id":"gnu",
|
|
"description":"M: Generic math library",
|
|
"license":"LGPL",
|
|
"sanity-compilation": {
|
|
"intricate": {
|
|
"flag":{
|
|
"c-link": "-lm"
|
|
},
|
|
"dependency":[
|
|
"c"
|
|
]
|
|
},
|
|
"!intricate":{
|
|
"error":true
|
|
}
|
|
}
|
|
} |