5 releases (3 breaking)
0.4.0 | Oct 10, 2020 |
---|---|
0.3.1 | Sep 5, 2020 |
0.3.0 | Jul 26, 2020 |
0.2.0 | Jul 19, 2020 |
0.1.0 | Feb 1, 2019 |
#22 in #bundled
Used in weechat
20KB
89 lines
weechat-sys
Auto-generated bindings for the Weechat plugin API
This library needs the weechat-plugin.h
include file. It will try to use the
system-wide installed one. If it can't find that one it will use a bundled one.
Choosing the plugin include file.
By default the system-wide include file will be used if found, this behaviour can be overridden with two environment flags.
To prefer the bundled include file WEECHAT_BUNDLED
should be set to true
.
A custom include file can be set with the WEECHAT_PLUGIN_FILE
environment
variable, this environment variable takes a full path to the custom include
file.
Dependencies
~0–1.8MB
~35K SLoC