2023-10-09 19:29:22 +00:00
|
|
|
{ lib }:
|
|
|
|
|
|
|
|
{
|
|
|
|
pname = "musl";
|
|
|
|
|
|
|
|
meta = with lib; {
|
2024-06-20 14:57:18 +00:00
|
|
|
description = "Efficient, small, quality libc implementation";
|
2023-10-09 19:29:22 +00:00
|
|
|
homepage = "https://musl.libc.org";
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = teams.minimal-bootstrap.members;
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
|
|
|
}
|