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

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 28 08:19:17 2022 +0000 (2022-07-28)
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.