Name Date Size #Lines LOC

..--

android/H25-Apr-2025-1,8911,237

arch/H25-Apr-2025-21,12319,241

compat/time32/H25-Apr-2025-1,095929

crt/H25-Apr-2025-415342

dist/H25-Apr-2025-3725

include/H25-Apr-2025-17,60714,523

ldso/H25-Apr-2025-2,6602,253

src/H25-Apr-2025-82,08364,777

tools/H25-Apr-2025-656475

.gitignoreH A D25-Apr-202561 98

.mailmapH A D25-Apr-202554 21

Android.bpH A D25-Apr-202521.4 KiB817752

COPYRIGHTH A D25-Apr-20256.1 KiB194170

INSTALLH A D25-Apr-20256.7 KiB197146

LICENSEH A D25-Apr-20256.1 KiB194170

METADATAH A D25-Apr-2025816 2119

MODULE_LICENSE_MITHD25-Apr-20250

MakefileH A D25-Apr-20257.3 KiB238159

OWNERSH A D25-Apr-202533 32

READMEH A D25-Apr-20251 KiB2418

VERSIONH A D25-Apr-20256 21

WHATSNEWH A D25-Apr-202593.7 KiB2,4411,931

configureH A D25-Apr-202525.8 KiB844588

dynamic.listH A D25-Apr-2025421 4737

sources.bpH A D25-Apr-202567.6 KiB2,0862,073

README

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