this repo has no description

Add constraints on checkseum

Changed files
+10 -10
packages
checkseum
checkseum.0.0.1
checkseum.0.0.2
checkseum.0.0.3
checkseum.0.0.9
checkseum.0.1.0
checkseum.0.1.1
checkseum.0.1.1-1
checkseum.0.2.0
checkseum.0.2.1
checkseum.0.3.0
+1 -1
packages/checkseum/checkseum.0.0.1/opam
···
depends: [
"ocaml" {>= "4.03.0" & < "4.12"}
"jbuilder"
-
"optint"
"base-bytes"
]
synopsis: "Checkseum"
···
depends: [
"ocaml" {>= "4.03.0" & < "4.12"}
"jbuilder"
+
"optint" {< "0.0.5"}
"base-bytes"
]
synopsis: "Checkseum"
+1 -1
packages/checkseum/checkseum.0.0.2/opam
···
depends: [
"ocaml" {>= "4.03.0" & < "4.12"}
"jbuilder"
-
"optint"
"base-bytes"
"base-bigarray"
"fmt"
···
depends: [
"ocaml" {>= "4.03.0" & < "4.12"}
"jbuilder"
+
"optint" {< "0.0.5"}
"base-bytes"
"base-bigarray"
"fmt"
+1 -1
packages/checkseum/checkseum.0.0.3/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune"
-
"optint"
"base-bytes"
"base-bigarray"
"fmt"
···
depends: [
"ocaml" {>= "4.03.0"}
"dune"
+
"optint" {< "0.0.5"}
"base-bytes"
"base-bigarray"
"fmt"
+1 -1
packages/checkseum/checkseum.0.0.9/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.9.2" & < "2.6"}
-
"optint"
"base-bytes"
"bigarray-compat"
"fmt"
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.9.2" & < "2.6"}
+
"optint" {< "0.0.5"}
"base-bytes"
"bigarray-compat"
"fmt"
+1 -1
packages/checkseum/checkseum.0.1.0/opam
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.9.2" & < "2.6"}
-
"optint"
"base-bytes"
"base-bigarray"
"fmt"
···
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.9.2" & < "2.6"}
+
"optint" {< "0.0.5"}
"base-bytes"
"base-bigarray"
"fmt"
+1 -1
packages/checkseum/checkseum.0.1.1-1/opam
···
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.9.2" & < "2.6"}
-
"optint" {>= "0.0.3"}
"base-bytes"
"bigarray-compat"
"fmt"
···
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.9.2" & < "2.6"}
+
"optint" {>= "0.0.3" & < "0.0.5"}
"base-bytes"
"bigarray-compat"
"fmt"
+1 -1
packages/checkseum/checkseum.0.1.1/opam
···
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.9.2" & < "2.6"}
-
"optint" {>= "0.0.3"}
"base-bytes"
"bigarray-compat"
"fmt"
···
depends: [
"ocaml" {>= "4.07.0"}
"dune" {>= "1.9.2" & < "2.6"}
+
"optint" {>= "0.0.3" & < "0.0.5"}
"base-bytes"
"bigarray-compat"
"fmt"
+1 -1
packages/checkseum/checkseum.0.2.0/opam
···
"ocaml" {>= "4.07.0"}
"dune" {>= "2.0.0" & < "2.6"}
"dune-configurator"
-
"optint" {>= "0.0.4"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}
···
"ocaml" {>= "4.07.0"}
"dune" {>= "2.0.0" & < "2.6"}
"dune-configurator"
+
"optint" {>= "0.0.4" & < "0.0.5"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}
+1 -1
packages/checkseum/checkseum.0.2.1/opam
···
"ocaml" {>= "4.07.0"}
"dune" {>= "2.6.0"}
"dune-configurator"
-
"optint" {>= "0.0.3"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}
···
"ocaml" {>= "4.07.0"}
"dune" {>= "2.6.0"}
"dune-configurator"
+
"optint" {>= "0.0.3" & < "0.0.5"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}
+1 -1
packages/checkseum/checkseum.0.3.0/opam
···
"dune" {>= "2.6.0"}
"conf-pkg-config" {build}
"dune-configurator"
-
"optint" {>= "0.0.3"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}
···
"dune" {>= "2.6.0"}
"conf-pkg-config" {build}
"dune-configurator"
+
"optint" {>= "0.0.3" & < "0.0.5"}
"base-bytes"
"bigarray-compat"
"alcotest" {with-test}