mirror of
https://github.com/boostorg/endian.git
synced 2026-01-20 04:32:13 +00:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"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": "11"
|
|
}
|