boost-lutin/GLD_boost-iostreams.json

45 lines
1.2 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-iostreams library",
"licence":"boost-v1.0",
"licence-file":"file://boost/LICENCE_1_0.txt",
"maintainer":"UNKNOW",
"author":"UNKNOW",
"version":"file://version.txt",
"source": [
"boost/libs/iostreams/src/file_descriptor.cpp",
"boost/libs/iostreams/src/mapped_file.cpp",
"boost/libs/iostreams/src/bzip2.cpp",
"boost/libs/iostreams/src/gzip.cpp",
"boost/libs/iostreams/src/lzma.cpp",
"boost/libs/iostreams/src/zlib.cpp",
"boost/libs/iostreams/src/zstd.cpp"
],
"compilation-version": {
"language": "c++",
"version": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_IOSTREAMS_DYN_LINK=1",
"-DBOOST_IOSTREAMS_USE_DEPRECATED",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"dependency": [
"z",
"m",
"boost-include",
"pthread"
]
}