Name libgc
Version 7.2d
Summary conservative garbage collector for C and C++
Description oehm-Demers-Weiser's GC is a garbage collecting storage allocator that is\n intended to be used as a plug-in replacement for C's malloc or C++'s new().\n .\n It allows you to allocate memory basically as you normally would without\n explicitly deallocating memory that is no longer useful. The collector\n automatically recycles memory when it determines that it can no longer be\n used.\n .\n This version of the collector is thread safe, has C++ support and uses the\n defaults for everything else. However, it does not work as a drop-in malloc(3)\n replacement.
Section base
License MIT
Homepage http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Recipe file recipes-debian/libgc/libgc_debian.bb
Layer meta-debian (morty branch)
Inherits
  • autotools
  • debian-fix-timestamp
  • debian-multiarch
  • debian-package
  • debian-verify-version
  • pkgconfig
  • siteconfig
  • siteinfo
Dependencies
  • autoconf-native
  • automake-native
  • gnu-config-native
  • libtool-cross
  • libtool-native
  • pkgconfig-native
  • virtual/i586-deby-linux-compilerlibs
  • virtual/i586-deby-linux-gcc
  • virtual/libc
  • libatomic-ops
PACKAGECONFIG options
  • libatomic-ops

Sources

git://github.com/ystk/debian-libgc.git

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
morty (Yocto Project 2.2) libgc 7.2d (this recipe)