this repo has no description
0
fork

Configure Feed

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

Merge pull request #26689 from zoggy/master

add contraint on ocf.0.8.0: ocaml < 5.3.0

authored by

Marcello Seri and committed by
GitHub
3c932eae bfbd9103

+2 -2
+2 -2
packages/ocf/ocf.0.8.0/opam
··· 10 10 bug-reports: "https://framagit.org/zoggy/ocf/issues" 11 11 depends: [ 12 12 "dune" {>= "2.9"} 13 - "ocaml" {>= "4.12.0"} 13 + "ocaml" {>= "4.12.0" & < "5.3.0"} 14 14 "yojson" {>= "1.7.0"} 15 15 "odoc" {with-doc} 16 16 ] ··· 37 37 "md5=bb91b5331d9ace68ccbd5be7f775a4fe" 38 38 "sha512=b9b1ce82ff370222b74429b28748c99b5b78c657e8c8b273d404ba9c17df2cd48274aad4d16b4748ecdbd1402cb8fad4136122cdf617b8ca1d6256a09efe2161" 39 39 ] 40 - } 40 + }