We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395125c commit e7188b7Copy full SHA for e7188b7
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 3.18)
+(lang dune 3.19)
2
(name ocsigenserver)
3
(version 6.0.0)
4
ocsigenserver.opam
@@ -10,7 +10,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
10
homepage: "http://ocsigen.org/ocsigenserver"
11
bug-reports: "https://github.com/ocsigen/ocsigenserver/issues"
12
depends: [
13
- "dune" {>= "3.18"}
+ "dune" {>= "3.19"}
14
"ocaml" {>= "4.08.1"}
15
"camlzip" {>= "1.04"}
16
"cohttp-lwt-unix" {>= "5.0" & < "6.0"}
0 commit comments