-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 2.13.0; remove superfluous dependency
- Loading branch information
Jan Rochel
committed
Sep 7, 2021
1 parent
43cebcb
commit 32f5489
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
opam-version: "2.0" | ||
name: "ocsigen-toolkit" | ||
version: "2.12.2" | ||
version: "2.13.0" | ||
maintainer: "[email protected]" | ||
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,8 +14,5 @@ install: [ make "install" ] | |
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"eliom" {>= "6.12.1"} | ||
"calendar" | ||
] | ||
depexts: [ | ||
["libgdbm-dev"] {os-family = "debian"} | ||
"calendar" {>= "2.0.0"} | ||
] |