diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..d4f444b --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "endian", + "name": "Endian", + "authors": [ + "Beman Dawes" + ], + "maintainers": [ + "Beman Dawes " + ], + "description": "Types and conversion functions for correct byte ordering and more regardless of processor endianness.", + "category": [ + "IO", + "Math", + "Miscellaneous" + ] +}