X11 input extension wire protocol. 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/inputproto as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/inputproto)
pkg_deps=(core/inputproto)
To install this plan, run the following command:
hab pkg install core/inputproto
hab pkg install core/inputproto
» Installing core/inputproto
☁ Determining latest version of core/inputproto in the 'stable' channel
→ Found newer installed version (core/inputproto/2.3.2/20200918123125) than remote version (core/inputproto/2.3.2/20200404073527)
→ Using core/inputproto/2.3.2/20200918123125
★ Install of core/inputproto/2.3.2/20200918123125 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/inputproto
/hab/pkgs/core/inputproto/2.3.2/20200918123125
Then list the header files beneath include, for example:
ls -1 $(hab pkg path core/inputproto)/include/X11/extensions
XI.h
XI2.h
XI2proto.h
XIproto.h