girtod
Create D bindings from GObject introspection files
Install
- All systems
-
curl cmd.cat/girtod.sh
- Debian
-
apt-get install gir-to-d
- Ubuntu
-
apt-get install gir-to-d
- Arch Linux
-
pacman -S gir-to-d
- Kali Linux
-
apt-get install gir-to-d
- Fedora
-
dnf install gir-to-d
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gir-to-d
- Dockerfile
- dockerfile.run/girtod
gir-to-d
Create D bindings from GObject introspection files
GObject Introspection provides machine readable introspection data of the API of C libraries. GirToD is a command-line tool which builds bindings for the D programming language from GObject Introspection (GIR) data.