this repo has no description
0
fork

Configure Feed

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

Merge pull request #23150 from emillon/ocaml5-kafka-lwt

ocaml 5: restrict kafka

authored by

Kate and committed by
GitHub
ea3e1501 12e26307

+1 -1
+1 -1
packages/kafka/kafka.0.5/opam
··· 18 18 Kafka is a high-throughput distributed messaging system. 19 19 """ 20 20 depends: [ 21 - "ocaml" {>= "4.02.3"} 21 + "ocaml" {>= "4.02.3" & < "5.0.0"} 22 22 "conf-zlib" 23 23 "dune" {>= "1.10"} 24 24 ]