cvector 1.0.4.1-2 source package in Ubuntu

Changelog

cvector (1.0.4.1-2) unstable; urgency=medium

  * Team upload.
  * Fix watch file
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Andreas Tille <email address hidden>  Sun, 05 Dec 2021 22:28:40 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
cvector_1.0.4.1-2.dsc 2.0 KiB 9205276dbe66fb3ed56dd70f6e81ee4daca924a39c1f1768048f5ec971567cc1
cvector_1.0.4.1.orig.tar.gz 20.7 KiB 91ac076ed4b0ebb6053b2ce4d339a4f9712a760b76250fef1330c32a1b49fb10
cvector_1.0.4.1-2.debian.tar.xz 4.0 KiB 3e9a968c73b6dc3de8e2ac578ccef9834c5f010cc0b5988d403263334a79aa30

Available diffs

No changes file available.

Binary packages built by this source

libcvector-dev: 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.

libcvector2: 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.

libcvector2-dbgsym: debug symbols for libcvector2