Opam: fix tezos-stdlib.opam

This commit is contained in:
Grégoire Henry 2018-05-13 01:41:40 +02:00
parent abdcfab111
commit 01941fa725

View File

@ -9,10 +9,10 @@ license: "unreleased"
depends: [ depends: [
"ocamlfind" { build } "ocamlfind" { build }
"jbuilder" { build & = "1.0+beta19.1" } "jbuilder" { build & = "1.0+beta19.1" }
"cstruct" "bigstring"
"hex" "hex"
"ocplib-endian" "ocplib-endian"
"stringext" "re"
"lwt" "lwt"
"zarith" "zarith"
"alcotest" { test } "alcotest" { test }