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
|
Source: cvector
Priority: optional
Section: libs
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen@gmail.com>
Vcs-Browser: https://salsa.debian.org/science-team/cvector
Vcs-Git: https://salsa.debian.org/science-team/cvector.git
Homepage: https://github.com/yayahjb/cvector
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), libtool-bin
Standards-Version: 4.6.0
Package: libcvector-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libcvector2 (= ${binary:Version}), ${misc:Depends}
Conflicts: libcvector2-dev
Replaces: libcvector2-dev
Description: ANSI C implementation of dynamic arrays (development files)
CVector is an ANSI C library which implements dynamic arrays
approximating the functionality of the C++ vector class. It provides
functions to create and manipulate an abstract vector container.
Vector elements can be of any datatype.
.
This package contains files needed for compiling programs using CVector.
Package: libcvector2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ANSI C implementation of dynamic arrays
CVector is an ANSI C library which implements dynamic arrays
approximating the functionality of the C++ vector class. It provides
functions to create and manipulate an abstract vector container.
Vector elements can be of any datatype.
|