Skip to content

Commit 179decd

Browse files
committed
Server now depends on both dbm and sqlite3 (features should not depend on what is installed before)
1 parent 556a155 commit 179decd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/manual-wiki/deflatemod.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=Deflatemod=
22

3-
Deflatemod is in beta version. Submit your bugs and feature wishes [[https://github.com/ocsigen/ocsigenserver|here]].
3+
<<|Deflatemod is in beta version. Submit your bugs and feature wishes [[https://github.com/ocsigen/ocsigenserver|here]].>>
44

55
== Usage ==
66

opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ depends: [
2828
"pcre"
2929
"cryptokit"
3030
"tyxml" {> "3.6.0"}
31-
("dbm" | "sqlite3")
31+
"dbm"
32+
"sqlite3"
3233
"ipaddr" {>= "2.1"}
3334
"camlp4"
3435
]

0 commit comments

Comments
 (0)