File: control

package info (click to toggle)
libjopendocument-java 1.3repack-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,856 kB
  • sloc: java: 49,906; xml: 94; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,295 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
Source: libjopendocument-java
Standards-Version: 4.7.3
Maintainer: Debian GNUKhata Team <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Pirate Praveen <praveen@debian.org>,
Section: java
Build-Depends:
 debhelper-compat (= 13),
 javahelper,
 ant,
 default-jdk-headless,
 junit4,
 libitext-java,
 libcommons-collections3-java,
 libjdom1-java,
 libjcip-annotations-java,
 libognl-java,
 librhino-java,
Vcs-Browser: https://salsa.debian.org/java-team/libjopendocument-java
Vcs-Git: https://salsa.debian.org/java-team/libjopendocument-java.git
Homepage: https://www.jopendocument.org/

Package: libjopendocument-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends},
Description: pure Java library for OASIS Open Document files manipulation
 jOpenDocument is a free library for developers looking to use Open Document
 files without OpenOffice.org.
 .
 You can automate the document creation and manipulation process. You can use
 jOpenDocument to:
 .
    - Generate dynamic documents from Java, XML or databases
    - Display and print files with built-in viewers
    - Split, concatenate, and manipulate pages
    - Automate filling out of template (created by OpenOffice or not)
    - Use your preferred language via standard ScriptEngine interface
    - And much more...