opam-version: "2.0" synopsis: "Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs" 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." 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: [ "ocaml" {>= "4.08.0" & < "5.0.0"} "dune" {>= "2.9.0"} "core" {>= "v0.13.0"} "ppx_deriving" {>= "4.4.0"} "ecaml" {>= "v0.15.0"} "ocaml-migrate-parsetree" {>= "2.4.0"} "merlin" {>= "2.5.0"} "ocp-indent" {>= "1.0.0"} ] 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-fix-2/gopcaml-mode-0.0.6-fix-2.tar.gz" checksum: [ "sha256=f870b9167088321132dde03ddcd6758dbb87b02e07ec59ffc6f1d3ea0a94a990" "md5=063079cf58a69e5bd0177d32c3c7bca3" ] }