# pkg-config **Repository Path**: mirrors_influxdata/pkg-config ## Basic Information - **Project Name**: pkg-config - **Description**: PROTOTYPE: A pkg-config drop-in for compiling C libraries for InfluxData - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Pkg-Config This binary is intended as an easier way to include C code in your Go program. This binary can be installed and Go can be told to use this binary when it invokes `pkg-config`. If it finds a library that is known by the program, it will compile and output the location for that binary. If it doesn't know what the program is, it will default to invoking the system `pkg-config` to obtain the compilation flags.