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 52 53 54
|
Source: libncl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
d-shlibs,
python
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libncl.git
Vcs-Git: https://anonscm.debian.org/debian-med/libncl.git
Homepage: http://sourceforge.net/projects/ncl/
Package: ncl-tools
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: tools to deal with NEXUS files
The NEXUS Class Library is a C++ library for parsing NEXUS files.
.
The NEXUS file format is widely used in bioinformatics. Several popular
phylogenetic programs such as Paup, MrBayes, Mesquite, and MacClade use
this format.
Package: libncl1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: NEXUS Class Library
The NEXUS Class Library is a C++ library for parsing NEXUS files.
.
The NEXUS file format is widely used in bioinformatics. Several popular
phylogenetic programs such as Paup, MrBayes, Mesquite, and MacClade use
this format.
.
This package contains the dynamic NEXUS library.
Package: libncl-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libncl1 (= ${binary:Version})
Description: NEXUS Class Library (static lib and header files)
The NEXUS Class Library is a C++ library for parsing NEXUS files.
.
The NEXUS file format is widely used in bioinformatics. Several popular
phylogenetic programs such as Paup, MrBayes, Mesquite, and MacClade use
this format.
.
This package contains the static library and header files of the NEXUS
library.
|