remove dep on bare-encoding

This commit is contained in:
Simon Cruanes 2021-10-12 22:52:52 -04:00
parent e90df644c4
commit a6b303bb90
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -17,7 +17,6 @@ depends: [
"ocaml" { >= "4.04" } "ocaml" { >= "4.04" }
"sidekick" { = version } "sidekick" { = version }
"zarith" { >= "1.8" } # constraint for infix ops "zarith" { >= "1.8" } # constraint for infix ops
"bare_encoding" {dev}
"alcotest" {with-test} "alcotest" {with-test}
"qcheck" {with-test & >= "0.16" } "qcheck" {with-test & >= "0.16" }
"odoc" {with-doc} "odoc" {with-doc}