wok annotate musl-libc/description.txt @ rev 25015

Add bzip3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 17 11:06:25 2022 +0000 (2022-05-17)
parents
children
rev   line source
Hans-G?nter@24934 1 Musl is an implementation of the C standard library built
Hans-G?nter@24934 2 on top of the Linux system call API, including interfaces
Hans-G?nter@24934 3 defined in the base language standard, POSIX, and widely
Hans-G?nter@24934 4 agreed-upon extensions.
Hans-G?nter@24934 5
Hans-G?nter@24934 6 Musl is lightweight, fast, simple, free, and strives to be
Hans-G?nter@24934 7 correct in the sense of standards-conformance and safety.