libgc 1:8.2.6-ok1 source package in openKylin

Changelog

libgc (1:8.2.6-ok1) nile; urgency=high

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:48:06 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Very Urgent

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main libs
Nile V2.0 proposed main libs

Downloads

File Size SHA-256 Checksum
libgc_8.2.6.orig.tar.gz 1.2 MiB b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
libgc_8.2.6-ok1.debian.tar.xz 4.8 KiB 2907f02239e37a894c0053f3e0066a821f07554adf8c926dc49f86df52c18bb8
libgc_8.2.6-ok1.dsc 1.8 KiB d26b8bbba160c95bbcdf00f2fd9aeee890c0d5ac6b58e228be5fb7296851c50d

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.

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

libgc1-dbgsym: debug symbols for libgc1