17 lines
600 B
JSON
17 lines
600 B
JSON
|
{
|
||
|
"name": "tinyendian",
|
||
|
"description": "Lightweight endianness handling library",
|
||
|
"authors": [ "Ferdinand Majerech" ],
|
||
|
"importPaths": ["source"],
|
||
|
"license": "Boost 1.0",
|
||
|
"homepage": "https://github.com/kiith-sa/tinyendian",
|
||
|
"copyright": "Copyright © 2014, Ferdinand Majerech",
|
||
|
|
||
|
"buildTypes":
|
||
|
{
|
||
|
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
|
||
|
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
|
||
|
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] },
|
||
|
},
|
||
|
}
|