this repo has no description
0
fork

Configure Feed

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

Merge pull request #27111 from hannesm/lwt-typo

lwt 5.5.0: fix typo: 'win32 ' will never match, but 'win32' will

authored by

Raphaël Proust and committed by
GitHub
b97ebf0e 1564116a

+1 -1
+1 -1
packages/lwt/lwt.5.5.0/opam
··· 21 21 "dune" {>= "1.8.0"} 22 22 "dune-configurator" 23 23 "mmap" {>= "1.1.0" & "os" != "win32"} # mmap is needed as long as Lwt supports OCaml < 4.06.0. 24 - "ocaml" {(>= "4.02.0" & "os" != "win32 " | >= "4.06.0") & < "5.0"} 24 + "ocaml" {(>= "4.02.0" & "os" != "win32" | >= "4.06.0") & < "5.0"} 25 25 ("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims") 26 26 "ocplib-endian" 27 27 "result" # result is needed as long as Lwt supports OCaml 4.02.