Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed May 20, 2024
1 parent f757b6a commit 381dc79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(lang dune 3.6)

(name eliom)
(version 10.4.1)
(version 11.0.0)
(maintainers [email protected])
(authors [email protected])
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")
Expand Down Expand Up @@ -34,11 +34,11 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
lwt_log
(lwt_ppx (>= 1.2.3))
(tyxml (and (>= 4.6.0) (< 4.7.0)))
(ocsigenserver (and (>= 5.1.0) (< 6.0.0)))
(ocsigenserver (and (>= 6.0.0) (< 7.0.0)))
(ipaddr (>= 2.1))
(reactiveData (>= 0.2.1))
base-bytes
(ocsipersist (and (>= 1.0) (< 2.0)))
(ocsipersist (and (>= 2.0) (< 3.0)))
ppx_optcomp))

(generate_opam_files)
6 changes: 3 additions & 3 deletions eliom.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "10.4.1"
version: "11.0.0"
synopsis: "Advanced client/server Web and mobile framework"
description: """
Eliom is a framework for implementing Web sites and client/server Web and mobile applications.
Expand Down Expand Up @@ -32,11 +32,11 @@ depends: [
"lwt_log"
"lwt_ppx" {>= "1.2.3"}
"tyxml" {>= "4.6.0" & < "4.7.0"}
"ocsigenserver" {>= "5.1.0" & < "6.0.0"}
"ocsigenserver" {>= "6.0.0" & < "7.0.0"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"base-bytes"
"ocsipersist" {>= "1.0" & < "2.0"}
"ocsipersist" {>= "2.0" & < "3.0"}
"ppx_optcomp"
"odoc" {with-doc}
]
Expand Down

0 comments on commit 381dc79

Please sign in to comment.