File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ check_library cohttp "See: https://github.com/mirage/ocaml-cohttp"
396396check_library cohttp-lwt-unix " Missing support for 'lwt' in cohttp."
397397check_library react " See: http://erratique.ch/software/react"
398398check_library ssl " See: http://sourceforge.net/projects/savonet/files/ocaml-ssl"
399+ check_library http " "
399400
400401check_library lwt " See: http://ocsigen.org/lwt"
401402check_library lwt.unix " Missing support for 'unix' in lwt."
Original file line number Diff line number Diff line change 2020 ( camlzip ( >= 1 .04) )
2121 ( cohttp-lwt-unix ( and ( >= 5 .0) ( < 6 .0) ) )
2222 ( conduit-lwt-unix ( and ( >= 2 .0) ( < 7 .0) ) )
23+ http
2324 cryptokit
2425 ( ipaddr ( >= 2 .1) )
2526 ( lwt ( >= 3 .0) )
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ depends: [
1515 "camlzip" {>= "1.04"}
1616 "cohttp-lwt-unix" {>= "5.0" & < "6.0"}
1717 "conduit-lwt-unix" {>= "2.0" & < "7.0"}
18+ "http"
1819 "cryptokit"
1920 "ipaddr" {>= "2.1"}
2021 "lwt" {>= "3.0"}
You can’t perform that action at this time.
0 commit comments