From fff254cbc240b4407636bf240865bf25b2d57174 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:30:29 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/libraries.json 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" + ] +}