1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 16:37:47 +00:00

Ports: Add port for the Boost C++ libraries

This currently requires GCC.
This commit is contained in:
Gunnar Beutner 2021-05-10 14:31:58 +02:00 committed by Linus Groh
parent de6048b7d3
commit 8cc952b3dc
7 changed files with 294 additions and 0 deletions

View file

@ -19,6 +19,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`binutils`](binutils/) | GNU Binutils | 2.39 | 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/ |
| [`boost`](boost/) | Boost C++ libraries | 1.80.0 | https://www.boost.org/ |
| [`brogue`](brogue/) | BrogueCE | 1.11.1 | https://github.com/tmewett/BrogueCE |
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |