this repo has no description
0
fork

Configure Feed

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

Merge pull request #26549 from kit-ty-kate/malfunction-ocaml-5.3

malfunction is not compatible with OCaml 5.3 (uses compiler-libs)

authored by

Anil Madhavapeddy and committed by
GitHub
22afe241 78a60bf1

+1 -1
+1 -1
packages/malfunction/malfunction.0.6/opam
··· 11 11 ] 12 12 conflicts: [ "ocaml-option-bytecode-only" ] 13 13 depends: [ 14 - "ocaml" {>= "4.08"} 14 + "ocaml" {>= "4.08" & < "5.3"} 15 15 "ocamlfind" 16 16 "dune" {>= "2.9.1"} 17 17 "cppo" {build}