cwcompile
Foreign function interface for Gauche to C libraries
Install
- All systems
-
curl cmd.cat/cwcompile.sh
- Debian
-
apt-get install gauche-c-wrapper
- Ubuntu
-
apt-get install gauche-c-wrapper
- 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
- Dockerfile
- dockerfile.run/cwcompile
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.