this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/ecaml"
5bug-reports: "https://github.com/janestreet/ecaml/issues"
6dev-repo: "git+https://github.com/janestreet/ecaml.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ecaml/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.07.0"}
14 "async" {>= "v0.12" & < "v0.13"}
15 "async_unix" {>= "v0.12" & < "v0.13"}
16 "core" {>= "v0.12" & < "v0.13"}
17 "core_kernel" {>= "v0.12" & < "v0.13"}
18 "expect_test_helpers_kernel" {>= "v0.12" & < "v0.13"}
19 "ppx_jane" {>= "v0.12" & < "v0.13"}
20 "dune" {>= "1.5.1"}
21]
22synopsis: "Library for writing Emacs plugin in OCaml"
23description: "
24Ecaml is a library for writing Emacs plugins in OCaml. It uses Emacs
2525 support for plugins to load native OCaml compiled code.
26"
27url {
28 src:
29 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/ecaml-v0.12.0.tar.gz"
30 checksum: [
31 "sha256=765b64e5767a1da79f38734b40b99c465856a236256cdd4ca706449d5fb2b05e"
32 "md5=2ddd362aec66de0a82e8aa1c05ec1fa4"
33 ]
34}