this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21182 from dinosaure/fix-asn

asn1-combinators.0.2.3 is incompatible with cstruct.6.1.0

authored by

Kate and committed by
GitHub
5236490b c0da2c53

+2 -2
+2 -2
packages/asn1-combinators/asn1-combinators.0.2.3/opam
··· 13 13 depends: [ 14 14 "ocaml" {>= "4.05.0" & < "4.12.0"} 15 15 "dune" {>= "1.2.0"} 16 - "cstruct" {>= "1.6.0"} 16 + "cstruct" {>= "1.6.0" & < "6.1.0"} 17 17 "zarith" 18 18 "bigarray-compat" 19 19 "stdlib-shims" 20 - "ptime" {< "0.8.6"} 20 + "ptime" {>= "0.8.1" & < "0.8.6"} 21 21 "alcotest" {with-test} 22 22 ] 23 23 description: """