document pkg-config

This commit is contained in:
Hunter 2024-09-29 10:41:31 -04:00
parent 3183c676de
commit 8ff3047aec
3 changed files with 16 additions and 24 deletions

View file

@ -0,0 +1,15 @@
# 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")
```