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
|
Source: libpal-java
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
javahelper,
debhelper,
ant
Build-Depends-Indep: default-jdk
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libpal-java
Vcs-Git: https://salsa.debian.org/med-team/libpal-java.git
Homepage: http://www.cebl.auckland.ac.nz/pal-project/
Rules-Requires-Root: no
Package: libpal-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: Phylogenetic Analysis Library
The PAL project is a collaborative effort to provide a high quality Java
library for use in molecular evolution and phylogenetics. At present PAL
consists of approximately 200 public classes/interfaces in 16 packages
Please refer to the API documentation for a detailed description of all
classes and methods available, and to the release history for an
overview of the development history of PAL.
Package: libpal-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: Phylogenetic Analysis Library - documentation
The PAL project is a collaborative effort to provide a high quality
Java library for use in molecular evolution and phylogenetics. At
present PAL consists of approximately 200 public classes/interfaces in
16 packages Please refer to the API documentation for a detailed
description of all classes and methods available, and to the release
history for an overview of the development history of PAL.
.
This package contains the documentation.
|