• Home
Name Date Size #Lines LOC

..--

arch/12-May-2024-19,89218,026

compat/time32/12-May-2024-1,105934

crt/12-May-2024-413340

dist/12-May-2024-3725

include/12-May-2024-17,17814,133

ldso/12-May-2024-2,4642,085

porting/12-May-2024-93,07674,922

scripts/12-May-2024-369298

src/12-May-2024-77,90861,381

tools/12-May-2024-654473

.gitignoreD12-May-202461 98

.mailmapD12-May-202454 21

BUILD.gnD12-May-20246.2 KiB243204

COPYRIGHTD12-May-20246 KiB191168

INSTALLD12-May-20246.6 KiB192142

MakefileD12-May-20247.3 KiB237158

OAT.xmlD12-May-20246.6 KiB9039

READMED12-May-20241 KiB2418

README.OpenSourceD12-May-2024419 1211

VERSIOND12-May-20246 21

WHATSNEWD12-May-202483.5 KiB2,2031,734

bundle.jsonD12-May-2024906 3939

configureD12-May-202423.8 KiB786550

dynamic.listD12-May-2024411 4636

musl_config.gniD12-May-20241.6 KiB4944

musl_src.gniD12-May-202448.2 KiB1,8231,808

musl_template.gniD12-May-202412 KiB441376

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

README.OpenSource

1[
2    {
3        "Name"                  : "musl",
4        "License"               : "MIT License",
5        "License File"          : "COPYRIGHT",
6        "Version Number"        : "1.2.0",
7        "Owner"                 : "jianghan2@huawei.com",
8        "Upstream URL"          : "http://www.musl-libc.org/",
9        "Description"           : "musl is an MIT-licensed implementation of the standard C library"
10    }
11]
12