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
|
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 (>= 9),
javahelper
Build-Depends-Indep: default-jdk,
ant
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libpal-java.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libpal-java.git
Homepage: http://www.cebl.auckland.ac.nz/pal-project/
Package: libpal-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
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}
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.
|