this repo has no description
1
fork

Configure Feed

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

Constrain lwt < 6.1.0 (6.1.1 incompatible with oxcaml)

lwt 6.1.1 fails to compile on oxcaml 5.2.0+ox due to type changes
in Unix.recv/send. The ox repo provides lwt.6.0.0+ox which works.
Adding an upper bound ensures the solver picks the right version.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
sherlodoc.opam
··· 18 18 "cmdliner" {>= "1.3.0"} 19 19 "decompress" {>= "1.5.3"} 20 20 "fpath" {>= "0.7.3"} 21 - "lwt" {>= "5.7.0"} 21 + "lwt" {>= "5.7.0" & < "6.1.0"} 22 22 "menhir" {>= "20230608"} 23 23 "ppx_blob" {>= "0.9.0"} 24 24 "tyxml" {>= "4.6.0"}