boost-lutin/GLD_boost-date-time.json

39 lines
898 B
JSON
Raw Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-date-time library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"maintainer":"UNKNOW",
"author":"UNKNOW",
"version":"file://version.txt",
"source": [
'boost/libs/date_time/src/gregorian/greg_month.cpp'
],
"compilation-version": {
"language": "c++",
"version": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_DYN_LINK=1",
"-DBOOST_ALL_NO_LIB=1",
"-DDATE_TIME_INLINE",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"dependency": [
"z",
"m",
"boost-include"
"pthread"
]
}