README 1.0 KB

1234567891011121314151617181920212223
  1. musl libc
  2. musl, pronounced like the word "mussel", is an MIT-licensed
  3. implementation of the standard C library targetting the Linux syscall
  4. API, suitable for use in a wide range of deployment environments. musl
  5. offers efficient static and dynamic linking support, lightweight code
  6. and low runtime overhead, strong fail-safe guarantees under correct
  7. usage, and correctness in the sense of standards conformance and
  8. safety. musl is built on the principle that these goals are best
  9. achieved through simple code that is easy to understand and maintain.
  10. The 1.1 release series for musl features coverage for all interfaces
  11. defined in ISO C99 and POSIX 2008 base, along with a number of
  12. non-standardized interfaces for compatibility with Linux, BSD, and
  13. glibc functionality.
  14. For basic installation instructions, see the included INSTALL file.
  15. Information on full musl-targeted compiler toolchains, system
  16. bootstrapping, and Linux distributions built on musl can be found on
  17. the project website:
  18. http://www.musl-libc.org/