this repo has no description
0
fork

Configure Feed

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

Depend on the lowest version of lwt that doesn't depend on the 'result' package so as to avoid compilation errors when result.1.0 is pulled as a dependency by opam-ci's lower bounds check.

+1 -1
+1 -1
packages/testo-lwt/testo-lwt.0.1.0/opam
··· 10 10 bug-reports: "https://github.com/semgrep/testo/issues" 11 11 depends: [ 12 12 "dune" {>= "3.7"} 13 - "lwt" 13 + "lwt" {>= "5.6.0"} 14 14 "ocaml" {>= "4.08.0"} 15 15 "alcotest" {with-test} 16 16 "cmdliner" {>= "1.1.0"}