Skip to content

Commit 70502e1

Browse files
authored
Add daikon.yml (#427)
1 parent 23e189c commit 70502e1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

data/tools/daikon.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Daikon
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- cpp
7+
- java
8+
license: NOASSERTION
9+
types:
10+
- cli
11+
source: 'https://github.com/codespecs/daikon'
12+
homepage: 'https://plse.cs.washington.edu/daikon/'
13+
description: >-
14+
A dynamic detector of likely invariants. An invariant is a property
15+
that holds at a certain program point, often seen in assert statements,
16+
documentation, and formal specifications.

0 commit comments

Comments
 (0)