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 43cebcb commit 32f5489Copy full SHA for 32f5489
opam
@@ -1,6 +1,6 @@
1
opam-version: "2.0"
2
name: "ocsigen-toolkit"
3
-version: "2.12.2"
+version: "2.13.0"
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,8 +14,5 @@ install: [ make "install" ]
14
depends: [
15
"ocaml" {>= "4.08.0"}
16
"eliom" {>= "6.12.1"}
17
- "calendar"
18
-]
19
-depexts: [
20
- ["libgdbm-dev"] {os-family = "debian"}
+ "calendar" {>= "2.0.0"}
21
]
0 commit comments