grbc/spec/ext/GRBC_EXT_pkg_config.md
2024-09-29 10:41:31 -04:00

15 lines
No EOL
242 B
Markdown

# GRBC_EXT_pkg_config
pkg-config support in GRBC
## About
Author: Interfiber
Release Date: 9/29/24
## Example
```lua
-- Load extension
grbc_ext("GRBC_EXT_pkg_config")
-- Get a Package object for the given package
grbc_pkg_config("lua")
```