this repo has no description
0
fork

Configure Feed

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

Merge pull request #26716 from kit-ty-kate/tophide-ocaml-5.3

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

authored by

Marcello Seri and committed by
GitHub
4b020bfa ee7da677

+1 -1
+1 -1
packages/tophide/tophide.1.0.4/opam
··· 6 6 build: make 7 7 remove: [["ocamlfind" "remove" "tophide"]] 8 8 depends: [ 9 - "ocaml" {>= "4.03"} 9 + "ocaml" {>= "4.03" & < "5.3"} 10 10 "ocamlfind" 11 11 ] 12 12 dev-repo: "git+https://github.com/mjambon/tophide"