Versions in this module Expand all Collapse all v0 v0.4.0 May 17, 2025 v0.3.1 May 7, 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)