Skip to content

Commit 32f5489

Browse files
author
Jan Rochel
committed
release 2.13.0; remove superfluous dependency
1 parent 43cebcb commit 32f5489

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocsigen-toolkit"
3-
version: "2.12.2"
3+
version: "2.13.0"
44
maintainer: "dev@ocsigen.org"
55
synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
66
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" ]
1414
depends: [
1515
"ocaml" {>= "4.08.0"}
1616
"eliom" {>= "6.12.1"}
17-
"calendar"
18-
]
19-
depexts: [
20-
["libgdbm-dev"] {os-family = "debian"}
17+
"calendar" {>= "2.0.0"}
2118
]

0 commit comments

Comments
 (0)