libgc 1:7.6.4-ok2 source package in openKylin

Changelog

libgc (1:7.6.4-ok2) yangtze; urgency=medium

  * Update version.

 -- zhouganqing <email address hidden>  Mon, 15 Aug 2022 16:39:31 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main libs

Downloads

File Size SHA-256 Checksum
libgc_7.6.4.orig.tar.gz 1.1 MiB b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c
libgc_7.6.4-ok2.debian.tar.xz 8.6 KiB a77dd3a72c3a8f22ce445a7df74df671c3d407f4aa419a515f6471a8993977bc
libgc_7.6.4-ok2.dsc 1.7 KiB bb1a0eebe4f9312efc77487eed06825fd7930da8ead346459d4df1b487fad800

Available diffs

View changes file

Binary packages built by this source

libgc-dev: conservative garbage collector for C (development)

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
 .
 This package is required to compile and link programs that use libgc1c2.

libgc1c2: conservative garbage collector for C and C++

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.

libgc1c2-dbgsym: debug symbols for libgc1c2