1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: jformatstring
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: ShuxiongYe <yeshuxiong@gmail.com>
Build-Depends: debhelper (>= 9.0.0), default-jdk, ant, junit4, ant-optional, maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jformatstring.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jformatstring.git
Homepage: http://code.google.com/p/j-format-string/
Package: libjformatstring-java
Architecture: all
Depends: ${misc:Depends}
Description: Java format string compile-time checker
This project is derived from Sun's implementation of java.util.Formatter. It
is designed to allow compile time checks as to whether or not a use of a
format string will be erroneous when executed at runtime.
|