Source: libformula
Section: java
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), javacc, ant-optional, libbase-java, libcommons-logging-java, javahelper, junit, ant-contrib
Standards-Version: 3.8.3
Vcs-Git: https://gitee.com/openkylin/libformula.git
Vcs-Browser: https://gitee.com/openkylin/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.
