Skip to content

Commit

Permalink
Boehm-GC 8.2.4 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed May 28, 2023
1 parent c6ddfc6 commit 1b81ba9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Boehm-GC/8.2.4/Recipe
@@ -0,0 +1,6 @@
# Recipe for version 8.2.4 by Ivan Maidanski <ivmai@mail.ru>, on Sun May 28 18:03:00 MSK 2023
compile_version=2.0
url="https://github.com/ivmai/bdwgc/releases/download/v8.2.4/gc-8.2.4.tar.gz"
file_size=1210929
file_md5=8901a6ed29ac35842420054772ea3441
recipe_type=configure
1 change: 1 addition & 0 deletions Boehm-GC/8.2.4/Resources/BuildDependencies
@@ -0,0 +1 @@
LibAtomic_Ops >= 7.6.14
10 changes: 10 additions & 0 deletions Boehm-GC/8.2.4/Resources/Description
@@ -0,0 +1,10 @@
[Name] Boehm-GC
[Summary] A garbage collector for C and C++
[Description] The Boehm-Demers-Weiser conservative garbage collector can
be used as a garbage collecting replacement for C malloc or C++ 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 otherwise accessed.
[License] BSD Style License
[Homepage] https://www.hboehm.info/gc/

0 comments on commit 1b81ba9

Please sign in to comment.