libraries.json 389 Bytes
{
    "key": "endian",
    "name": "Endian",
    "authors": [
        "Beman Dawes"
    ],
    "maintainers": [
        "Peter Dimov <pdimov -at- gmail.com>"
    ],
    "description": "Types and conversion functions for correct byte ordering and more regardless of processor endianness.",
    "category": [
        "IO",
        "Math",
        "Miscellaneous"
    ],
    "cxxstd": "03"
}