2
0
mirror of https://github.com/boostorg/endian.git synced 2026-01-20 04:32:13 +00:00
Files
endian/meta/libraries.json
2023-10-19 19:51:17 +03:00

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