camlidl
Stub code generator for Objective Caml
Install
- All systems
-
curl cmd.cat/camlidl.sh
- Debian
-
apt-get install camlidl
- Ubuntu
-
apt-get install camlidl
- Kali Linux
-
apt-get install camlidl
- Fedora
-
dnf install camlidl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install camlidl
- Raspbian
-
apt-get install camlidl
- Dockerfile
- dockerfile.run/camlidl
camlidl
Stub code generator for Objective Caml
CamlIDL generates stub code for interfacing Caml with C from an IDL description of the C functions. Thus, CamlIDL automates the most tedious task in interfacing C libraries with Caml programs. It can also be used to interface Caml programs with other languages, as long as those languages have a well-defined C interface. This package contains the CamlIDL executable.