this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs" 5description: 6 "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." 7maintainer: ["kirang@comp.nus.edu.sg"] 8authors: ["Kiran Gopinathan"] 9license: "GPL-3.0-only" 10homepage: "https://gitlab.com/gopiandcode/gopcaml-mode" 11bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues" 12depends: [ 13 "ocaml" {>= "4.09.0" & < "4.10.0"} 14 "dune" {>= "2.1" & < "2.5"} 15 "core" {>= "v0.13.0"} 16 "ppx_deriving" {>= "4.4" & < "4.5"} 17 "ecaml" {>= "v0.13.0"} 18 "ocaml-compiler-libs" {>= "v0.12.1" & < "v0.12.2"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://gitlab.com/gopiandcode/gopcaml-mode.git" 35url { 36 src: 37 "https://gitlab.com/gopiandcode/gopcaml-mode/-/archive/0.0.1/gopcaml-mode-0.0.1.tar.gz" 38 checksum: [ 39 "sha256=694f681be80e8957527cbd40299fc85d9f5325f79554bc9e09b246123c51fd6c" 40 "md5=45cef8310cca6cb16787b0da7519ce6e" 41 ] 42}