mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:07:44 +00:00
Ports: Add libfts port
This ports an implementation of the FTS functions that can be used to traverse the file system. They are non-standard, but provided by glibc and most BSD systems. This ported library implements FTS for musl-based Linux systems and happens to work on Serenity.
This commit is contained in:
parent
f2bd3904da
commit
a969e55bf2
2 changed files with 15 additions and 0 deletions
|
@ -137,6 +137,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`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/ |
|
||||
| [`libfts`](libfts/) | libfts | 1.2.7 | https://github.com/void-linux/musl-fts |
|
||||
| [`libgcrypt`](libgcrypt/) | libgcrypt | 1.10.1 | https://gnupg.org/software/libgcrypt/index.html |
|
||||
| [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ |
|
||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.45 | https://gnupg.org/software/libgpg-error/index.html |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue