this repo has no description
0
fork

Configure Feed

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

metaquot is not compatible with OCaml 5.2 (relies on compiler-libs)

Kate c7b045f2 f9f113a6

+2 -2
+1 -1
packages/metaquot/metaquot.0.5.1/opam
··· 10 10 doc: "https://github.com/thierry-martinez/metaquot" 11 11 bug-reports: "https://github.com/thierry-martinez/metaquot" 12 12 depends: [ 13 - "ocaml" {>= "4.08.0"} 13 + "ocaml" {>= "4.08.0" & < "5.2"} 14 14 "stdcompat" {>= "12"} 15 15 "ppxlib" {>= "0.22.0"} 16 16 "ocamlfind" {>= "1.8.1"}
+1 -1
packages/metaquot/metaquot.0.5.2/opam
··· 12 12 bug-reports: "https://github.com/thierry-martinez/metaquot" 13 13 depends: [ 14 14 "dune" {>= "2.7"} 15 - "ocaml" {>= "4.08.0"} 15 + "ocaml" {>= "4.08.0" & < "5.2"} 16 16 "stdcompat" {>= "12"} 17 17 "ppxlib" {>= "0.22.0"} 18 18 "ocamlfind" {>= "1.8.1"}