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)
+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)
+