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 e581848 commit e98212bCopy full SHA for e98212b
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 3.17)
+(lang dune 3.18)
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.17"}
+ "dune" {>= "3.18"}
14
"ocaml" {>= "4.08.1"}
15
"camlzip" {>= "1.04"}
16
"cohttp-lwt-unix" {>= "5.0" & < "6.0"}
@@ -32,6 +32,7 @@ conflicts: [
32
"pgocaml" {< "2.2"}
33
]
34
dev-repo: "git+https://github.com/ocsigen/ocsigenserver.git"
35
+x-maintenance-intent: ["(latest)"]
36
build: [
37
[
38
"sh"
0 commit comments