this repo has no description
0
fork

Configure Feed

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

cconv.0.5: Add missing constraint (see dune-project file)

Kate ff07d96a 1f08e3d8

+2 -2
+2 -2
packages/cconv/cconv.0.5/opam
··· 7 7 doc: "https://c-cube.github.io/cconv" 8 8 bug-reports: "https://github.com/c-cube/cconv/issues/" 9 9 depends: [ 10 - "dune" 10 + "dune" {>= "1.1"} 11 11 "ocaml" {>= "4.02"} 12 12 ] 13 13 depopts: [ ··· 29 29 "md5=1c44c38ffa53706206a0727ea32fefa7" 30 30 "sha512=5fc224adfe5655f15a77783ebbe4a9b9983ec8dd6ed5f9c6d6ca56025db419289291ff1c97707ed3432ecb3b6d35af9237e9bab12acde9b15e4458227361795f" 31 31 ] 32 - } 32 + }