1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-01 15:37:47 +00:00

Ports: Add a bdwgc (aka libgc) port

For all your ports' garbage collection needs :^)
This commit is contained in:
Ali Mohammad Pur 2022-02-24 03:05:53 +03:30 committed by Linus Groh
parent 5d51e26caf
commit ce9f355b12
9 changed files with 568 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`bash`](bash/) | GNU Bash | 5.1.16 | https://www.gnu.org/software/bash/ |
| [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games |
| [`bc`](bc/) | bc | 5.1.1 | https://github.com/gavinhoward/bc |
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc |
| [`binutils`](binutils/) | GNU Binutils | 2.38 | https://www.gnu.org/software/binutils/ |
| [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ |
| [`bochs`](bochs/) | Bochs x86 PC emulator | 2.7 | https://sourceforge.net/projects/bochs/ |