Merge pull request #5 from danieljames/metadata

Create metadata file.
This commit is contained in:
Joel de Guzman
2014-08-19 06:08:54 +08:00

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