cofoja 1.3-4.1 source package in Ubuntu

Changelog

cofoja (1.3-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Backport upstream fix for FTBFS with OpenJDK 17. (Closes: #1012063)

 -- Adrian Bunk <email address hidden>  Tue, 29 Nov 2022 23:29:31 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cofoja_1.3-4.1.dsc 2.0 KiB 900322635f8a40e71b8dc7d61f19ba64b8cbf235d37d21c1fc98838445addf71
cofoja_1.3.orig.tar.xz 81.1 KiB 7ac4f3882d8b29d021b94d5fbc8047090957060169bd22bea43df562e0f7c033
cofoja_1.3-4.1.debian.tar.xz 5.7 KiB fffd4b648db4d6ea9e08d391043b0d79ab57bf1f82c693df6242ac6eee5e2935

Available diffs

No changes file available.

Binary packages built by this source

libcofoja-java: 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.