File: control

package info (click to toggle)
libjopendocument-java 1.3repack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 7,868 kB
  • ctags: 13,669
  • sloc: java: 49,906; xml: 94; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (2)
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
Source: libjopendocument-java
Section: java
Priority: optional
Maintainer: Debian GNUKhata Team <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9.0.0), javahelper, ant, default-jdk, junit4,
 libitext-java, libcommons-collections3-java, libjdom1-java,
 libjcip-annotations-java, libognl-java, librhino-java
Standards-Version: 3.9.5
Homepage: http://www.jopendocument.org/
Vcs-Git: git://anonscm.debian.org/pkg-java/libjopendocument-java.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjopendocument-java.git;a=summary

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...