File: control

package info (click to toggle)
cofoja 1.1-r150-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 976 kB
  • ctags: 1,713
  • sloc: java: 10,500; xml: 217; sh: 184; makefile: 27
file content (35 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: cofoja
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
           Andreas Tille <tille@debian.org>,
           Diane Trout <diane@ghic.org>
Build-Depends: debhelper (>= 9), default-jdk, libasm4-java (>= 5.0~),
 javahelper (>=0.25), junit4, ant, ant-optional
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/libcofoja-java.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libcofoja-java.git
Homepage: https://code.google.com/p/cofoja/

Package: libcofoja-java
Architecture: all
Depends: ${misc:Depends}
Built-Using: libasm4-java (= ${asm:Version})
Description: Java API for annotating code with contracts
 Contracts for Java is a contract programming framework for Java, which
 uses annotation processing and bytecode instrumentation to provide
 run-time checking.
 .
 Contracts for Java enables you to annotate your code with contracts
 in the form of preconditions, postconditions and invariants.
 .
 These contract annotations are:
  - easy to write and read
  - checked at runtime
 Annotating code with contracts helps you:
  * design,
  * document,
  * test, and
  * debug
 programs.