this repo has no description

Fix the upper boundary on ptime for asn1-combinators

v0.8.6 removed the dependency to `result` which means packages that use
`result` that they accidentally inherited from `ptime` on OCaml <4.07
break. Such as asn1-combinators.

Changed files
+1 -1
packages
asn1-combinators
asn1-combinators.0.2.5
+1 -1
packages/asn1-combinators/asn1-combinators.0.2.5/opam
···
"zarith"
"bigarray-compat"
"stdlib-shims"
-
"ptime"
+
"ptime" {< "0.8.6"}
"alcotest" {with-test}
]
description: """