this repo has no description

stog-writing 0.19.0: add constraint on ocf <= 0.7.0

Zoggy 5a973d13 f6718fd1

Changed files
+1
packages
stog-writing
stog-writing.0.19.0
+1
packages/stog-writing/stog-writing.0.19.0/opam
···
depends: [
"ocaml" {>= "4.12.0"}
"stog" {>= "0.19.0"}
"menhir" {>= "20120123" & <= "20210310"}
]
build: [make "all"]
···
depends: [
"ocaml" {>= "4.12.0"}
"stog" {>= "0.19.0"}
+
"ocf" {<= "0.7.0"}
"menhir" {>= "20120123" & <= "20210310"}
]
build: [make "all"]