musl
Appearance
Developer(s) | Rich Felker (dalias) and others |
---|---|
Stable release | 0.9.10
/ April 14, 2013 |
Repository | |
Operating system | Linux |
Platform | ARM, MIPS, Microblaze, PowerPC, x86 |
Type | C standard library |
License | MIT License |
Website | http://www.musl-libc.org/ |
musl is a C standard library released under the MIT License. It was developed by Rich Felker with the goal to write a clean and efficient libc implementation. It is designed from scratch and optimized for static linking, allowing any application to be deployed as a single portable binary file.[1] It claims compatibility with the POSIX 2008 specification and the C11 standard.[2]
See also
References
- ^ Introduction to musl
- ^ Compatibility - community wiki
External links
- http://www.musl-libc.org/
- Comparison with other Linux libc implementations