Musl
| musl | |
|---|---|
| Developer(s) | Rich Felker (dalias) and others |
| Initial release | February 11, 2011 |
| Stable release | 1.2.5
/ February 29, 2024 |
| Repository | |
| Operating system | Linux 2.6 or later |
| Platform | x86, x86_64, ARM, loongarch64, MIPS, Microblaze, PowerPC, powerpc64, x32, RISC-V, OpenRISC, s390x, SuperH |
| Type | |
| License | MIT License |
| Website | musl.libc.org |
musl is a C standard library intended for operating systems based on the Linux kernel, released under the MIT License. It was developed by Rich Felker to write a clean, efficient, and standards-conformant libc implementation.