Home

Awesome

Build Status

inputproto

X11 input extension wire protocol. See documentation

Maintainers

Type of Package

Library package

Use as Dependency

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.

Buildtime Dependency

pkg_build_deps=(core/inputproto)

Runtime Dependency

pkg_deps=(core/inputproto)

Use as a Library

Installation

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.

Viewing library files

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