wok-6.x annotate musl-libc/description.txt @ rev 25342

Down python-bcrypt: last version supporting python < 3.6
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 24 17:10:41 2022 +0000 (2022-07-24)
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.