Add metadata file.

This commit is contained in:
Daniel James
2014-08-18 15:11:48 +01:00
parent bc8ada354a
commit 4fb261873e

17
meta/libraries.json Normal file
View File

@ -0,0 +1,17 @@
{
"key": "tuple",
"name": "Tuple",
"authors": [
"Jaakko Järvi"
],
"description": "Ease definition of functions returning multiple values, and more.",
"std": [
"tr1"
],
"category": [
"Data"
],
"maintainers": [
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>"
]
}