opam-version: "2.0" synopsis: "Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs (uses Merlin parser)" description: "Gopcaml-mode is a plugin for emacs for editing OCaml code. It aims to extend existing Emacs editing experience to closer match the features in modern IDEs (uses Merlin's error tolerant parser)." maintainer: ["kirang@comp.nus.edu.sg"] authors: ["Kiran Gopinathan"] license: "GPL-3.0-only" homepage: "https://gitlab.com/gopiandcode/gopcaml-mode" bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues" depends: [ "merlin" {>= "2.5.0"} "merlin-lib" {>= "4.6-414"} "ocp-indent" {>= "1.0.0"} "tuareg" {>= "2.0.7"} "ocaml" {>= "4.08.0"} "core" {>= "v0.15.0"} "ppx_deriving" {>= "4.4"} "ecaml" {>= "v0.15.0" & < "v0.16.0"} "dune" {>= "2.9.0"} ] conflicts: [ "gopcaml-mode" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://gitlab.com/gopiandcode/gopcaml-mode.git" url { src: "https://gitlab.com/gopiandcode/gopcaml-mode/-/archive/0.0.6-merlin-fix/gopcaml-mode-0.0.6-merlin-fix.tar.gz" checksum: [ "sha256=b64ac5d6b50b67e43b339538ad6dd34ffc85578a1067429fc5f02ae62494d5e7" "md5=013ee8bba8ec0013999508f1f3759277" ] }