summaryrefslogtreecommitdiff
path: root/libs/endian/meta/libraries.json
blob: d4f444bfe67843d15564d1c824b7cbf9a9c18d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "key": "endian",
    "name": "Endian",
    "authors": [
        "Beman Dawes"
    ],
    "maintainers": [
        "Beman Dawes <bdawes -at- acm.org>"
    ],
    "description": "Types and conversion functions for correct byte ordering and more regardless of processor endianness.",
    "category": [
        "IO",
        "Math",
        "Miscellaneous"
    ]
}