Musl: Difference between revisions
Appearance
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
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