Versions in this module Expand all Collapse all v0 v0.5.1 Jun 4, 2025 v0.5.0 May 23, 2025 Changes in this version + type CFlags struct + Paths []string + func ParseCFlags(cflags string) *CFlags + func (cf *CFlags) GenHeaderFilePaths(files []string, defaultPaths []string) ([]string, []string, error) + type Libs struct + Names []string + Paths []string + func ParseLibs(libs string) *Libs + func (l *Libs) GenDylibPaths(defaultPaths []string) ([]string, []string, error)