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
|
Source: savvy
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libshrinkwrap-dev,
libzstd-dev,
zlib1g-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/savvy
Vcs-Git: https://salsa.debian.org/med-team/savvy.git
Homepage: https://github.com/statgen/savvy
Rules-Requires-Root: no
Package: savvy-util
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: conversion tool for SAV file format
Savvy is the official C++ interface for the SAV file format and offers
seamless support for BCF and VCF files.
.
The binary sav can be used to handle SAV filed.
Package: libsavvy-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends},
libshrinkwrap-dev
Description: C++ interface for the SAV file format
Savvy is the official C++ interface for the SAV file format and offers
seamless support for BCF and VCF files.
.
This package contains the header files for development.
|