document pkg-config
This commit is contained in:
parent
3183c676de
commit
8ff3047aec
3 changed files with 16 additions and 24 deletions
15
spec/ext/GRBC_EXT_pkg_config.md
Normal file
15
spec/ext/GRBC_EXT_pkg_config.md
Normal 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")
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue