Source: libformula
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 9),
 ant,
 ant-contrib,
 ant-optional,
 cdbs,
 default-jdk,
 javacc,
 javahelper,
 junit,
 libbase-java,
 libcommons-logging-java,
 libjcommon-java (>= 1.0.10),
Standards-Version: 3.8.3
Vcs-Git: https://salsa.debian.org/java-team/libformula.git
Vcs-Browser: https://salsa.debian.org/java-team/libformula

Package: libformula-java
Architecture: all
Depends: ${java:Depends},
 ${misc:Depends}
Suggests: libformula-java-doc
Description: Excel(tm) style formula expressions library
 LibFormula provides Excel-Style-Expressions. The implementation provided
 here is very generic and can be used in any application that needs to
 compute formulas.
 .
 The syntax is based on the OpenFormula-specifications, but with carefully
 pruning away all the spreadsheet specific parts (like references to
 cell-ranges).

Package: libformula-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Excel(tm) style formula expressions library
 LibFormula provides Excel-Style-Expressions. The implementation provided
 here is very generic and can be used in any application that needs to
 compute formulas.
 .
 The syntax is based on the OpenFormula-specifications, but with carefully
 pruning away all the spreadsheet specific parts (like references to
 cell-ranges).
 .
 This package contains the Javadoc.
