this repo has no description
0
fork

Configure Feed

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

Prevent codept.0.11.1 from building with dune 3.13

Dune introduces stricter checking for opam package dependencies, thus `{` in
dependency descriptions is no longer valid. The issue has been fixed
upstream 2 years ago
https://github.com/Octachron/codept/commit/42f011e0a79c0ffa67bee738809c7be3981df537
and a newer, fixed version exists in opam-repository.

Example of failing build:
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/fa3e075e57439140df4aacda519ec59df15e0b66/variant/compilers,4.14,dune-configurator.3.13.0~alpha1,revdeps,codept.0.11.1

+1 -1
+1 -1
packages/codept/codept.0.11.1/opam
··· 11 11 ["dune" "runtest" "-p" name "-j" jobs] 12 12 ] 13 13 depends: [ 14 - "dune" {>= "2.5"} 14 + "dune" {>= "2.5" & < "3.13"} 15 15 "menhir" {build & >= "20180523"} 16 16 "ocaml" {>= "4.03" & < "5.1~"} 17 17 ]