Jump to content

Musl: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
version update
add Platforms
Line 7: Line 7:
| latest release date = {{release date|2013|04|14}}
| latest release date = {{release date|2013|04|14}}
| operating_system = [[Linux]]
| operating_system = [[Linux]]
| platform = [[ARM architecture|ARM]], [[MIPS architecture|MIPS]], [[Microblaze]], [[PowerPC]], [[x86]]
| genre = [[C standard library]]
| genre = [[C standard library]]
| license = [[MIT License]]
| license = [[MIT License]]

Revision as of 21:41, 26 May 2013

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