tinyendian/package.json
Ferdinand Majerech 93c5c3834c Initial commit.
2014-08-06 15:35:59 +02:00

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"] },
},
}