pycamltop
OCaml bindings to embed Python interpreter (development files)
Install
- All systems
-
curl cmd.cat/pycamltop.sh
- Debian
-
apt-get install libpycaml-ocaml-dev
- Ubuntu
-
apt-get install libpycaml-ocaml-dev
- Kali Linux
-
apt-get install libpycaml-ocaml-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpycaml-ocaml-dev
- Raspbian
-
apt-get install libpycaml-ocaml-dev
- Dockerfile
- dockerfile.run/pycamltop
libpycaml-ocaml-dev
OCaml bindings to embed Python interpreter (development files)
Pycaml is intended to allow users to build native OCaml libraries and use them from Python, and conversely, in order to allow OCaml users to benefit from linkable libraries provided for Python. This package contains development files.