pythonlib
A library to help writing wrappers around ocaml code for python
Description
This library helps exposing ocaml functions to python. The python runtime interaction is handled by pyml.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 19 Oct 2022
- Authors
- Maintainers
Sources
Dependencies
pyml
>= "20211015"
dune
>= "2.0.0"
typerep
>= "v0.15" & < "v0.16"
stdio
>= "v0.15" & < "v0.16"
ppx_python
>= "v0.15" & < "v0.16"
ppx_let
>= "v0.15" & < "v0.16"
ppx_expect
>= "v0.15" & < "v0.16"
base
>= "v0.15" & < "v0.16"
ocaml
>= "4.11.0"
Reverse Dependencies