Add metadata file.

This commit is contained in:
Daniel James
2014-08-21 20:30:29 +01:00
parent 72a9095a03
commit fff254cbc2

16
meta/libraries.json Normal file
View File

@@ -0,0 +1,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"
]
}