package ecaml

  1. Overview
  2. Docs
Library for writing Emacs plugin in OCaml

Install

Authors

Maintainers

Sources

ecaml-v0.16.0.tar.gz
sha256=d9c6f98e7b0906a7e3d332d1a30fe950b59586b860e4f051348ea854c3ae3434

Description

Ecaml is a library for writing Emacs plugins in OCaml. It uses Emacs 25 support for plugins to load native OCaml compiled code.

Published: 14 Jun 2023

Dependencies (10)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.16" & < "v0.17"
  3. expect_test_helpers_core >= "v0.16" & < "v0.17"
  4. core_unix >= "v0.16" & < "v0.17"
  5. core_kernel >= "v0.16" & < "v0.17"
  6. core >= "v0.16" & < "v0.17"
  7. async_unix >= "v0.16" & < "v0.17"
  8. async_kernel >= "v0.16" & < "v0.17"
  9. async >= "v0.16" & < "v0.17"
  10. ocaml >= "4.14.0"

Dev Dependencies

None

Conflicts

None