blob: c159b71c041b13931f5ff1d90abfce676a7b4207 [file] [log] [blame]
Colin Cross2a73a262021-06-10 12:18:12 -07001name: "musl"
2description:
3 "musl is an implementation of the C standard library built on top of the "
4 "Linux system call API, including interfaces defined in the base language "
5 "standard, POSIX, and widely agreed-upon extensions. musl is lightweight, "
6 "fast, simple, free, and strives to be correct in the sense of "
7 "standards-conformance and safety. "
8 " "
9 ""
10
11third_party {
12 url {
13 type: HOMEPAGE
14 value: "https://musl.libc.org/"
15 }
16 url {
17 type: GIT
18 value: "git://git.musl-libc.org/musl"
19 }
20 version: "v1.2.2"
21 last_upgrade_date { year: 2021 month: 6 day: 10 }
22 license_type: NOTICE
23}