mirror of
https://github.com/boostorg/logic.git
synced 2025-07-30 04:07:15 +02:00
Add metadata file.
This commit is contained in:
15
meta/libraries.json
Normal file
15
meta/libraries.json
Normal 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>"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user