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 b904005 commit 01df300Copy full SHA for 01df300
opam
@@ -1,6 +1,6 @@
1
opam-version: "2.0"
2
name: "ocsigen-toolkit"
3
-version: "3.3.0"
+version: "3.3.1"
4
maintainer: "dev@ocsigen.org"
5
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
6
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" ]
14
depends: [
15
"ocaml" {>= "4.08.0"}
16
"js_of_ocaml" {>= "4.1.0"}
17
- "eliom" {>= "6.12.1"}
+ "eliom" {>= "10.0.0"}
18
"calendar" {>= "2.0.0"}
19
]
0 commit comments