libraries.json 331 B

123456789101112131415
  1. {
  2. "key": "logic/tribool",
  3. "name": "Tribool",
  4. "authors": [
  5. "Doug Gregor"
  6. ],
  7. "description": "3-state boolean type library.",
  8. "documentation": "/doc/html/tribool.html",
  9. "category": [
  10. "Miscellaneous"
  11. ],
  12. "maintainers": [
  13. "Douglas Gregor <dgregor -at- cs.indiana.edu>"
  14. ]
  15. }