fixesproto is an X Fixes extension protocol specification and header files. This extension makes changes to many areas of the protocol to resolve issues raised by application interaction with core protocol mechanisms that cannot be adequately worked around on the client side of the wire. See documentation
- 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/fixesproto as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/fixesproto)
pkg_deps=(core/fixesproto)
To install this plan, run the following command:
hab pkg install core/fixesproto
hab pkg install core/fixesproto
» Installing core/fixesproto
☁ Determining latest version of core/fixesproto in the 'stable' channel
→ Found newer installed version (core/fixesproto/5.0/20200828132129) than remote version (core/fixesproto/5.0/20200404121548)
→ Using core/fixesproto/5.0/20200828132129
★ Install of core/fixesproto/5.0/20200828132129 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
$ hab pkg path core/fixesproto
/hab/pkgs/core/fixesproto/5.0/20200828132129
Then list the libraries, for example:
ls -1 $(hab pkg path core/fixesproto)
include
lib
share
...
...