aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/tinyendian/dub.json
blob: 6313cdd5597e5d3e3b61d2ae9f776ddcef06b145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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"] },
    },
}