# This file is generated by dune, edit dune-project instead 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.09.0" & < "4.10.0"} "dune" {>= "2.1" & < "2.5"} "core" {>= "v0.13.0"} "ppx_deriving" {>= "4.4" & < "4.5"} "ecaml" {>= "v0.13.0"} "ocaml-compiler-libs" {>= "v0.12.1" & < "v0.12.2"} ] 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.1/gopcaml-mode-0.0.1.tar.gz" checksum: [ "sha256=694f681be80e8957527cbd40299fc85d9f5325f79554bc9e09b246123c51fd6c" "md5=45cef8310cca6cb16787b0da7519ce6e" ] }