Jump to content

musl

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Mewtu (talk | contribs) at 21:41, 26 May 2013 (add Platforms). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

musl
Developer(s)Rich Felker (dalias) and others
Stable release
0.9.10 / April 14, 2013 (2013-04-14)
Repository
Operating systemLinux
PlatformARM, MIPS, Microblaze, PowerPC, x86
TypeC standard library
LicenseMIT License
Websitehttp://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