⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module pkg_config

Module pkg_config 

Source
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§

IncludePath
A single include search path.
LibraryPath
A library dependency.
PkgConfig
Package configuration metadata, compatible with the pkg-config format.