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
|
Source: golang-github-shenwei356-bio
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <nilesh@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cznic-sortutil-dev,
golang-github-edsrzf-mmap-go-dev,
golang-github-will-rowe-nthash-dev,
golang-github-zeebo-wyhash-dev,
golang-github-twotwotwo-sorts-dev,
golang-github-elliotwutingfeng-asciiset-dev,
golang-github-shenwei356-breader-dev (>= 0.1.0~),
golang-github-shenwei356-util-dev (>= 0.3.0~)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-bio
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-bio.git
Homepage: https://github.com/shenwei356/bio
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/shenwei356/bio
Package: golang-github-shenwei356-bio-dev
Architecture: all
Depends: golang-github-cznic-sortutil-dev,
golang-github-edsrzf-mmap-go-dev,
golang-github-twotwotwo-sorts-dev,
golang-github-elliotwutingfeng-asciiset-dev,
golang-github-shenwei356-util-dev (>= 0.3.0~),
${misc:Depends}
Description: lightweight and high-performance bioinformatics package in Golang (library)
This is a lightweight and high-performance bioinformatics package.
FASTA/Q parsing. This package has high performance close to the famous
C lib kseq.h
|