this repo has no description

Merge pull request #16829 from kit-ty-kate/411-fixes

Mark bitmasks.1.1.0 as unavailable on OCaml 4.11

Kate 8bc23dc0 2e0f2db6

Changed files
+1 -1
packages
bitmasks
bitmasks.1.1.0
+1 -1
packages/bitmasks/bitmasks.1.1.0/opam
···
[make "doc"] {with-doc}
]
depends: [
-
"ocaml"
+
"ocaml" {< "4.07"}
"jbuilder"
"odoc" {with-doc}
]