mirror of
https://github.com/boostorg/contract.git
synced 2026-02-02 20:52:18 +00:00
15 lines
549 B
JSON
15 lines
549 B
JSON
{
|
|
"key": "contract",
|
|
"name": "Contract",
|
|
"authors": [
|
|
"Lorenzo Caminiti"
|
|
],
|
|
"maintainers": [
|
|
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
|
|
],
|
|
"description": "Contract programming for C++. All contract programming features are supported: subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (terminate, throw, etc.), optional compilation and checking of assertions, etc.",
|
|
"category": [
|
|
"Correctness"
|
|
]
|
|
}
|