Skip to content

Commit 0fc0874

Browse files
authored
Merge pull request #258 from Julow/rename_lib_http
Rename the 'http' library to 'ocsigen_http'
2 parents 4295058 + 7879db1 commit 0fc0874

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)