this repo has no description

replace unavailable with version constraints on ocaml

Changed files
+10 -5
packages
ogg
ogg.0.6.0
ogg.0.7.0
ogg.0.7.1
ogg.0.7.2
+3 -1
packages/ogg/ogg.0.6.0/opam
···
"@doc" {with-doc}
]
]
+
conflicts: [
+
"ocaml" { >= "4.14" }
+
]
dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
depexts: [
["libogg-dev"] {os-distribution = "alpine"}
···
"sha512=8b444c459de3ef4a52a372a4226e0396018fb020061e0d9c854601419eb222a852ae4e4902fa1710e6a986e7158f00c42170ca977dbc6dfafdc9e03504a8cf54"
]
}
-
available: false
+3 -1
packages/ogg/ogg.0.7.0/opam
···
"@doc" {with-doc}
]
]
+
conflicts: [
+
"ocaml" { >= "4.14" }
+
]
dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
url {
src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.0.tar.gz"
···
"sha512=fdf7a474ed8fa3748f46d5b8e07fdd2d0a11774a7b48b02276f105c188db30fe6278f5858947259b9a468489c53addb272bfc9c17816b7a9e0848e12793aa623"
]
}
-
available: false
+3 -1
packages/ogg/ogg.0.7.1/opam
···
"@doc" {with-doc}
]
]
+
conflicts: [
+
"ocaml" { >= "4.14" }
+
]
dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
url {
src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.1.tar.gz"
···
"sha512=000e4be93c13f6a62dfd1b32d603e61641edae471111393692d5fdfcb7f7610062ad53456e44614c05688179077731e7144337d6efceb855351f1a50c69e3a30"
]
}
-
available: false
+1 -2
packages/ogg/ogg.0.7.2/opam
···
depends: [
"conf-libogg"
"conf-pkg-config"
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "4.14"}
"dune" {>= "2.8"}
"dune-configurator"
"odoc" {with-doc}
···
"sha512=92c7bef22ef17e129aef273dd53e122115f27a640b486b1a201c99005c435757669f3a363d05c8d79d4c28b2ac6833ae8c3891e57593de74a9535f6adc7f6f0e"
]
}
-
available: false