opam: Add ocaml, cstruct version constraint

This commit is contained in:
Reynir Björnsson 2021-12-15 17:11:28 +01:00
parent a79976b6de
commit a1af522f45

View file

@ -14,10 +14,10 @@ build: [
]
depends: [
"ocaml"
"ocaml" {>= "4.8.0"}
"dune" {>= "2.9"}
"owee" {>= "0.4"}
"cstruct"
"cstruct" {>= "6.0.0"}
"fmt" {>= "0.8.7"}
"cmdliner"
]