g-ir-compiler
Generate interface introspection data for GObject libraries
Install
- All systems
-
curl cmd.cat/g-ir-compiler.sh
- Debian
-
apt-get install gobject-introspection
- Ubuntu
-
apt-get install gobject-introspection
- Alpine
-
apk add gobject-introspection
- Arch Linux
-
pacman -S gobject-introspection
- Kali Linux
-
apt-get install gobject-introspection
- CentOS
-
yum install gobject-introspection-devel
- Fedora
-
dnf install gobject-introspection-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gobject-introspection
- OS X
-
brew install gobject-introspection
- Raspbian
-
apt-get install gobject-introspection
- Dockerfile
- dockerfile.run/g-ir-compiler
- Docker
-
docker run cmd.cat/g-ir-compiler g-ir-compiler
powered by Commando
gobject-introspection
Generate interface introspection data for GObject libraries
GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. GObject Introspection contains tools to generate and handle the introspection data. This package contains tools for extracting introspection data from libraries and transforming it to different formats.