opam: Add ocaml, cstruct version constraint
This commit is contained in:
parent
a79976b6de
commit
a1af522f45
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ build: [
|
||||||
]
|
]
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml"
|
"ocaml" {>= "4.8.0"}
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
"owee" {>= "0.4"}
|
"owee" {>= "0.4"}
|
||||||
"cstruct"
|
"cstruct" {>= "6.0.0"}
|
||||||
"fmt" {>= "0.8.7"}
|
"fmt" {>= "0.8.7"}
|
||||||
"cmdliner"
|
"cmdliner"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue