-
Notifications
You must be signed in to change notification settings - Fork 0
/
gopcaml-mode.opam
28 lines (28 loc) · 1.02 KB
/
gopcaml-mode.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["kirang@comp.nus.edu.sg"]
authors: ["Kiran Gopinathan"]
bug-reports: "https://gitlab.com/gopiandcode/gopcaml-mode/issues"
homepage: "https://gitlab.com/gopiandcode/gopcaml-mode"
license: "GPL-3.0-only"
version: "0.0.6"
dev-repo: "git+https://gitlab.com/gopiandcode/gopcaml-mode.git"
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"}
]