-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
23 lines (22 loc) · 875 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(lang dune 1.10)
(package
(name gopcaml-mode)
(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.")
(depends
(merlin (>= 2.5.0))
(ocp-indent (>= 1.0.0))
(ocaml (>= 4.08.0))
(core (>= 0.13.0))
(ppx_deriving (>= 4.4))
(ocaml-migrate-parsetree (>= 2.1.0))
(ecaml (>= 0.13.0))))
(version 0.0.2)
(name gopcaml-mode)
(generate_opam_files true)
(license GPL-3.0-only)
(source (uri git+https://gitlab.com/gopiandcode/gopcaml-mode.git))
(bug_reports https://gitlab.com/gopiandcode/gopcaml-mode/issues)
(homepage https://gitlab.com/gopiandcode/gopcaml-mode)
(authors "Kiran Gopinathan")
(maintainers "kirang@comp.nus.edu.sg")