xtrans is a library of code that is shared among various X packages to handle network protocol transport in a modular fashion, allowing a single place to add new transport types. 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/xtrans as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/xtrans)
pkg_deps=(core/xtrans)
To install this plan, run the following command:
hab pkg install core/xtrans
hab pkg install core/xtrans
» Installing core/xtrans
☁ Determining latest version of core/xtrans in the 'stable' channel
→ Found newer installed version (core/xtrans/1.3.5/20200928112735) than remote version (core/xtrans/1.3.5/20200404071553)
→ Using core/xtrans/1.3.5/20200928112735
★ Install of core/xtrans/1.3.5/20200928112735 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/xtrans
/hab/pkgs/core/xtrans/1.3.5/20200928112735
Then list the libraries, for example:
find $(hab pkg path core/xtrans)/include -type f
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtranslcl.c
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtrans.c
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtransutil.c
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtrans.h
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtransint.h
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/transport.c
/hab/pkgs/core/xtrans/1.3.5/20200928112735/include/X11/Xtrans/Xtranssock.c