1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

Ports: Add libenet

Libenet is a UDP networking library that is used by Love2D,
a game framework I would like to port.
This commit is contained in:
surrealegg 2023-09-19 10:30:54 +04:00 committed by Tim Schumacher
parent 719a00df3a
commit d94a374001
6 changed files with 109 additions and 0 deletions

View file

@ -136,6 +136,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libarchive`](libarchive/) | libarchive | 3.6.1 | https://libarchive.org/ |
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html |
| [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ |
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
| [`libexpat`](libexpat/) | Expat | 2.4.8 | https://libexpat.github.io/ |
| [`libffi`](libffi/) | libffi | 3.4.2 | https://www.sourceware.org/libffi/ |
| [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |