this repo has no description
0
fork

Configure Feed

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

Merge pull request #27618 from mattam82/ocamlfind-1.9.5-ocaml5-incompatibility

ocamlfind 1.9.5 is not compatible with ocaml 5 (while 1.9.8 is fine)

authored by

Marcello Seri and committed by
GitHub
1eab7213 bf78b930

+1 -1
+1 -1
packages/ocamlfind/ocamlfind.1.9.5/opam
··· 13 13 homepage: "http://projects.camlcity.org/projects/findlib.html" 14 14 bug-reports: "https://github.com/ocaml/ocamlfind/issues" 15 15 depends: [ 16 - "ocaml" {>= "4.02.0"} 16 + "ocaml" {>= "4.02.0" & < "5.0"} 17 17 ] 18 18 depopts: ["graphics"] 19 19 build: [