package pythonlib

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

Install

Dune Dependency

Authors

Maintainers

Sources

pythonlib-v0.16.0.tar.gz
sha256=f1f8e2329e64a3d6d0e34a6c73263195a53487c0517a462bb9ba92d9ca033c67

Description

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

Published: 14 Jun 2023

Dependencies (14)

  1. pyml >= "20211015"
  2. dune >= "2.0.0"
  3. typerep >= "v0.16" & < "v0.17"
  4. stdio >= "v0.16" & < "v0.17"
  5. ppx_string >= "v0.16" & < "v0.17"
  6. ppx_python >= "v0.16" & < "v0.17"
  7. ppx_let >= "v0.16" & < "v0.17"
  8. ppx_here >= "v0.16" & < "v0.17"
  9. ppx_expect >= "v0.16" & < "v0.17"
  10. ppx_compare >= "v0.16" & < "v0.17"
  11. expect_test_helpers_core >= "v0.16" & < "v0.17"
  12. core >= "v0.16" & < "v0.17"
  13. base >= "v0.16" & < "v0.17"
  14. ocaml >= "4.11.0" & < "4.13.0"

Dev Dependencies

None

Used by

None

Conflicts

None