Expand description
Package Configuration Support
Provides pkg-config compatible metadata generation for installed packages, allowing build systems to discover compiler and linker flags required to use a given library.
NOTE: Many types in this module are forward declarations for user-space APIs. They will be exercised when user-space process execution is functional. See TODO(user-space) markers for specific activation points.
Structs§
- Include
Path - A single include search path.
- Library
Path - A library dependency.
- PkgConfig
- Package configuration metadata, compatible with the
pkg-configformat.