package pythonlib

  1. Overview
  2. No Docs
A library to help writing wrappers around ocaml code for python

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=ed28b98f8aacafb5948d8dc0b7014524f7f8a30356db7af5b0d098e67a390440

Description

This library helps exposing ocaml functions to python. The python runtime interaction is handled by pyml.

Published: 19 Oct 2022

Dependencies (9)

  1. pyml >= "20211015"
  2. dune >= "2.0.0"
  3. typerep >= "v0.15" & < "v0.16"
  4. stdio >= "v0.15" & < "v0.16"
  5. ppx_python >= "v0.15" & < "v0.16"
  6. ppx_let >= "v0.15" & < "v0.16"
  7. ppx_expect >= "v0.15" & < "v0.16"
  8. base >= "v0.15" & < "v0.16"
  9. ocaml >= "4.11.0"

Dev Dependencies

None

Used by

None

Conflicts

None