this repo has no description
0
fork

Configure Feed

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

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

+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~" } 17 17 ] 18 18 depopts: ["graphics"] 19 19 build: [