Opam: add strict dependencies for ocp-indent
This commit is contained in:
parent
c574d91928
commit
c5eb5bb93d
@ -15,7 +15,7 @@ depends: [
|
|||||||
"lwt"
|
"lwt"
|
||||||
"zarith"
|
"zarith"
|
||||||
"alcotest" { with-test }
|
"alcotest" { with-test }
|
||||||
"ocp-indent" { with-test }
|
"ocp-indent" { with-test & = "1.6.1" }
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
[ "dune" "build" "-p" name "-j" jobs ]
|
[ "dune" "build" "-p" name "-j" jobs ]
|
||||||
|
Loading…
Reference in New Issue
Block a user