Skip to content

Commit 5b7b27b

Browse files
committed
Add dependency to package 'http'
1 parent 2b91cf3 commit 5b7b27b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ check_library cohttp "See: https://github.com/mirage/ocaml-cohttp"
396396
check_library cohttp-lwt-unix "Missing support for 'lwt' in cohttp."
397397
check_library react "See: http://erratique.ch/software/react"
398398
check_library ssl "See: http://sourceforge.net/projects/savonet/files/ocaml-ssl"
399+
check_library http ""
399400

400401
check_library lwt "See: http://ocsigen.org/lwt"
401402
check_library lwt.unix "Missing support for 'unix' in lwt."

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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))

ocsigenserver.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)