Merge pull request #3 from danieljames/metadata

Create metadata file.
This commit is contained in:
Noel Belcourt
2014-09-01 20:33:52 -06:00

15
meta/libraries.json Normal file
View File

@ -0,0 +1,15 @@
{
"key": "logic/tribool",
"name": "Tribool",
"authors": [
"Doug Gregor"
],
"description": "3-state boolean type library.",
"documentation": "/doc/html/tribool.html",
"category": [
"Miscellaneous"
],
"maintainers": [
"Douglas Gregor <dgregor -at- cs.indiana.edu>"
]
}