ngompa/musl-libc

Project ID: 5667

Description

This project provides packages for musl libc, a new standard C library for Linux based devices. It is lightweight, fast, simple, free, and strives to be correct in the sense of standards conformance and safety.

This project provides development and runtime library packages for musl that are multilib safe. That is, the 32-bit and 64-bit versions of these packages can be installed concurrently if needed.

Installation Instructions

For EL7, download and install the repo file to /etc/yum.repos.d. For EL8/Fedora, sudo dnf copr enable ngompa/musl-libc suffices.

After installing the repo, do the following to install the development libraries:

EL7: sudo yum install musl-devel

EL8/Fedora: sudo dnf install musl-devel

Note that these packages will install headers to /usr/x86_64-linux-musl/include on x86_64 and /usr/i386-linux-musl/include on i386.

Similarly for libraries, they will be installed to /usr/x86_64-linux-musl/lib64 on x86_64 and /usr/i386-linux-musl/lib on i386.

The link library search path for musl compiled applications will be set to the library path mentioned above.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 7 x86_64 (59990)* EPEL 7 (12361 downloads)
EPEL 8 x86_64 (46458)* EPEL 8 (5372 downloads)
Fedora 37 i386 (25)*, x86_64 (24)* Fedora 37 multilib x86_64+i386 (0 downloads)
Fedora 38 i386 (24)*, x86_64 (25)* Fedora 38 multilib x86_64+i386 (54 downloads)
Fedora 39 i386 (29)*, x86_64 (20)* Fedora 39 multilib x86_64+i386 (42 downloads)
Fedora 40 i386 (0)*, x86_64 (0)* Fedora 40 multilib x86_64+i386 (17 downloads)
Fedora rawhide i386 (8)*, x86_64 (16)* Fedora rawhide multilib x86_64+i386 (281 downloads)

* Total number of downloaded packages.