blob: 38ae42d0b4430f5a015786489c5fee8cd0b3bbac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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 (e.g., terminate or throw), optional compilation and checking of assertions, etc.",
"category": [
"Correctness"
]
}
|