freebsd-ports/devel/deputy/pkg-descr
Kevin Lo 5870dd7033 Initial import of deputy 1.1
Deputy is a C compiler that is capable of preventing common C programming
errors, including out-of-bounds memory accesses as well as many other
common type-safety errors.
2007-03-19 03:33:27 +00:00

10 lines
470 B
Text

Deputy is a C compiler that is capable of preventing common C programming
errors, including out-of-bounds memory accesses as well as many other
common type-safety errors.
Deputy allows C programmers to provide simple type annotations that
describe pointer bounds and other important program invariants.
Deputy verifies that your program adheres to these invariants through a
combination of compile-time and run-time checking.
WWW: http://deputy.cs.berkeley.edu/