19 lines
254 B
JSON
19 lines
254 B
JSON
|
{
|
||
|
"type":"LIBRARY",
|
||
|
"sub-type":"PREBUILD",
|
||
|
"group-id":"gnu",
|
||
|
"description":"Z : z library ",
|
||
|
"sanity-compilation": {
|
||
|
"intricate": {
|
||
|
"flag":{
|
||
|
"c-link": "-lz"
|
||
|
},
|
||
|
"dependency":[
|
||
|
"c"
|
||
|
]
|
||
|
},
|
||
|
"!intricate":{
|
||
|
"error":true
|
||
|
}
|
||
|
}
|
||
|
}
|