musl is a new standard library to power a new generation of Linux-based devices. musl is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety.
- The Core Planners: chef-core-planners@chef.io
Library package
Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.
To add core/musl as a depdendency, you can add one of the following to your plan file.
pkg_build_deps=(core/musl)
pkg_deps=(core/musl)
To install this plan, you should run the following commands to install it.
hab pkg install core/musl
» Installing core/musl
☁ Determining latest version of core/musl in the 'stable' channel
☛ Verifying core/musl/1.1.19/20200306011400
✓ Installed core/musl/1.1.19/20200306011400
★ Install of core/musl/1.1.19/20200306011400 complete with 1 new packages installed.
To view the library files you must first search for them with habitat.
hab pkg path core/musl
/hab/pkgs/core/musl/1.1.19/20200306011400
ls /hab/pkgs/core/musl/1.1.19/20200306011400
bin/
include/
lib/
share/
core/musl does binlink musl-gcc, however this binary can not be tested.