diff --git a/opam b/opam index 4fdd7d07..3c4c1141 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocsigen-toolkit" -version: "3.3.4" +version: "4.0.0" maintainer: "dev@ocsigen.org" synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications." @@ -14,6 +14,6 @@ install: [ make "install" ] depends: [ "ocaml" {>= "4.08.0"} "js_of_ocaml" {>= "4.1.0"} - "eliom" {>= "10.1.2"} + "eliom" {>= "11.0.0"} "calendar" {>= "2.0.0"} ]