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
|
Source: libcsv
Section: libs
Priority: optional
Maintainer: Pino Toscano <pino@debian.org>
Build-Depends: debhelper (>= 10~),
Standards-Version: 4.1.3
Homepage: https://github.com/rgamble/libcsv
Vcs-Browser: https://anonscm.debian.org/cgit/users/pino/libcsv.git
Vcs-Git: https://anonscm.debian.org/git/users/pino/libcsv.git
Package: libcsv3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CSV parser and writer library
The CSV library provides a flexible, intuitive interface for parsing and
writing CSV data.
.
This package contains the shared library.
Package: libcsv-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libcsv3 (= ${binary:Version})
Description: CSV parser and writer library - development files
The CSV library provides a flexible, intuitive interface for parsing and
writing CSV data.
.
This package contains development files for building software that uses
libcsv.
|