this repo has no description

Apply suggestions from code review

Changed files
+5 -5
packages
dot-merlin-reader
dot-merlin-reader.3.5.0
merlin
merlin.3.5.0
merlin.4.2-411
merlin.4.2-412
+2 -2
packages/dot-merlin-reader/dot-merlin-reader.3.5.0/opam
···
bug-reports: "https://github.com/ocaml/merlin/issues"
dev-repo: "git+https://github.com/ocaml/merlin.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.02.1" & < "4.12"}
-
"dune" {>= "1.8.0"}
+
"dune" {>= "2.7.0"}
"yojson" {>= "1.6.0"}
"ocamlfind" {>= "1.6.0"}
"csexp" {>= "1.2.3"}
+1 -1
packages/merlin/merlin.3.5.0/opam
···
bug-reports: "https://github.com/ocaml/merlin/issues"
dev-repo: "git+https://github.com/ocaml/merlin.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test & ocaml:version >= "4.03"}
]
+1 -1
packages/merlin/merlin.4.2-411/opam
···
bug-reports: "https://github.com/ocaml/merlin/issues"
dev-repo: "git+https://github.com/ocaml/merlin.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
]
+1 -1
packages/merlin/merlin.4.2-412/opam
···
bug-reports: "https://github.com/ocaml/merlin/issues"
dev-repo: "git+https://github.com/ocaml/merlin.git"
build: [
-
["dune" "subst"] {pinned}
+
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
]