package ecaml

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

Install

Authors

Maintainers

Sources

ecaml-v0.15.0.tar.gz
sha256=89f2806dd37012b07ddbaf40c2d9cfb9de29289944d921d23f4fd9b93d5c7cba

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: 21 Mar 2022

Dependencies (10)

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

Dev Dependencies

None

Conflicts

None