File: control

package info (click to toggle)
libformula 1.1.7.dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,236 kB
  • sloc: java: 17,370; xml: 1,541; makefile: 19
file content (51 lines) | stat: -rw-r--r-- 1,561 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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-compat (= 13),
 ant,
 ant-contrib,
 ant-optional,
 default-jdk,
 javacc,
 javahelper,
 junit,
 libbase-java,
 libcommons-logging-java,
 libjcommon-java (>= 1.0.10),
Standards-Version: 4.7.2
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
Multi-Arch: foreign
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}
Multi-Arch: foreign
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.