diff --git a/about.xhtml b/about.xhtml index 2c06750..eea41a7 100644 --- a/about.xhtml +++ b/about.xhtml @@ -1,7 +1,7 @@ - + @@ -523,6 +523,28 @@

(GPL-2.0-only)

+ + C Standard Library + + musl logo
+ musl + +

musl + is a lightweight C standard library which aims to be correct, + standards-compliant, and safe. Unlike + glibc, + it greatly conforms to POSIX standards, deviating very little + by keeping its own non-standard extensions to a minimum, and + takes care to not break such conformity.

+

Also unlike glibc, due to its lightweight and + standards-compliant design, musl is portable and well-suited for + use in any system, whether desktop, server, or embedded.

+ + +

Open-source

+

(MIT)

+ + Web browser diff --git a/asset/img/logo/musl.png b/asset/img/logo/musl.png new file mode 100644 index 0000000..f866697 Binary files /dev/null and b/asset/img/logo/musl.png differ