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
|
Source: libbioparser-dev
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-compat (= 13),
cmake,
zlib1g-dev,
libgtest-dev (>> 1.8.0-10~)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/libbioparser-dev
Vcs-Git: https://salsa.debian.org/med-team/libbioparser-dev.git
Homepage: https://github.com/rvaser/bioparser/
Rules-Requires-Root: no
Package: libbioparser-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends},
zlib1g-dev
Description: library for parsing several formats in bioinformatics
Bioparser is a c++ implementation of parsers for several bioinformatics
formats. It consists of only one header file containing template parsers
for FASTA, FASTQ, MHAP, PAF and SAM format. It also supports compressed
files with gzip.
|