boost-lutin/GLD_boost-date-time.json

36 lines
818 B
JSON
Raw Permalink Normal View History

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-date-time library",
2021-12-15 22:47:12 +01:00
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
2021-11-03 22:32:09 +01:00
"boost/libs/date_time/src/gregorian/greg_month.cpp"
],
"compilation-version": {
2021-11-10 23:50:26 +01:00
"c++": 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",
2021-11-03 22:32:09 +01:00
"boost-include",
"pthread"
]
}