2021-10-27 21:52:57 +02:00
|
|
|
{
|
|
|
|
"type":"LIBRARY",
|
|
|
|
"group-id":"org.boost",
|
|
|
|
"description":"boost include library",
|
2021-12-15 22:47:12 +01:00
|
|
|
"license":"boost-v1.0",
|
|
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
2021-10-27 21:52:57 +02:00
|
|
|
"version":"file://version.txt",
|
|
|
|
"compilation-version": {
|
2021-11-10 23:50:26 +01:00
|
|
|
"c++": 2011
|
2021-10-27 21:52:57 +02:00
|
|
|
},
|
2021-12-15 22:47:12 +01:00
|
|
|
"path": [
|
|
|
|
"boost"
|
|
|
|
],
|
2021-10-27 21:52:57 +02:00
|
|
|
"header":[
|
|
|
|
{
|
2021-12-15 22:47:12 +01:00
|
|
|
"path":"boost/boost",
|
|
|
|
"filter": "*",
|
2021-10-27 21:52:57 +02:00
|
|
|
"recursive":true,
|
|
|
|
"to":"boost"
|
|
|
|
}
|
|
|
|
]
|
2021-11-03 22:32:09 +01:00
|
|
|
}
|