This extension defines the protcol for a digital image composition as the foundation of a new rendering model within the X Window System. 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/renderproto as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/renderproto)
pkg_deps=(core/renderproto)
To install this plan, run the following command:
hab pkg install core/renderproto
hab pkg install core/renderproto
» Installing core/renderproto
☁ Determining latest version of core/renderproto in the 'stable' channel
→ Found newer installed version (core/renderproto/0.11.1/20200928131553) than remote version (core/renderproto/0.11.1/20200404073329)
→ Using core/renderproto/0.11.1/20200928131553
★ Install of core/renderproto/0.11.1/20200928131553 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/renderproto
/hab/pkgs/core/renderproto/0.11.1/20200928131553
Then list the libraries, for example:
find $(hab pkg path core/renderproto)/include -type f
/hab/pkgs/core/renderproto/0.11.1/20200928131553/include/X11/extensions/render.h
/hab/pkgs/core/renderproto/0.11.1/20200928131553/include/X11/extensions/renderproto.h