cwcompile

Foreign function interface for Gauche to C libraries

Install

All systems
curl cmd.cat/cwcompile.sh
Debian Debian
apt-get install gauche-c-wrapper
Ubuntu
apt-get install gauche-c-wrapper
image/svg+xml Kali Linux
apt-get install gauche-c-wrapper
Windows (WSL2)
sudo apt-get update sudo apt-get install gauche-c-wrapper
Raspbian
apt-get install gauche-c-wrapper

gauche-c-wrapper

Foreign function interface for Gauche to C libraries

c-wrapper is a foreign function interface for C and Objective-C libraries. It can parse C header files, so you don't need to define functions, global variables and constants to use libraries.