Opam: add strict dependencies for ocp-indent

This commit is contained in:
Grégoire Henry 2019-01-22 01:45:56 +01:00
parent c574d91928
commit c5eb5bb93d
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -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 ]