Merge pull request #5 from danieljames/metadata

Create metadata file.
This commit is contained in:
Beman Dawes
2014-08-22 21:55:12 -04:00

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