Skip to content

Commit 7879db1

Browse files
committed
Rename the 'http' library to 'ocsigen_http'
The 'http' library conflicts with the 'http' library distributed by cohttp: https://ocaml.org/p/http/latest This is an internal change only, as the library is unwrapped and no module is renamed.
1 parent e581848 commit 7879db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/http/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(libraries ocsigen_lib_base))
66

77
(library
8-
(name http)
8+
(name ocsigen_http)
99
(public_name ocsigenserver.http)
1010
(wrapped false)
1111
(modules ocsigen_charset_mime ocsigen_header)

src/server/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
polytables
99
ocsigen_cookie_map
1010
baselib
11-
http))
11+
ocsigen_http))

0 commit comments

Comments
 (0)