https://github.com/influxdata/pkg-config
PROTOTYPE: A pkg-config drop-in for compiling C libraries for InfluxData
https://github.com/influxdata/pkg-config
Last synced: about 2 months ago
JSON representation
PROTOTYPE: A pkg-config drop-in for compiling C libraries for InfluxData
- Host: GitHub
- URL: https://github.com/influxdata/pkg-config
- Owner: influxdata
- License: mit
- Created: 2020-02-06T16:28:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T21:09:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T04:02:22.432Z (about 1 year ago)
- Language: Go
- Size: 97.7 KB
- Stars: 3
- Watchers: 36
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.