File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ===== 1.1 (2017-02-01) =====
2+
3+ * Compatibility with Eliom 6.3 and OCaml 4.03
4+ * Ot_page_transition widget
5+ * Various small fixes and improvements
6+
17===== 1.0 (2017-02-07) =====
28
39* Fixes in drawer widget
Original file line number Diff line number Diff line change 44
55# Package name for your
66PKG_NAME := ocsigen-toolkit
7- PKG_VERS := 1.0
7+ PKG_VERS := 1.1
88PKG_DESC := reusable UI components meant for Eliom applications
99
1010# Source files for the server
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build: [ make "-j%{jobs}%" ]
99install: [ make "install" ]
1010remove: [ make "uninstall" ]
1111depends: [
12- "eliom" {>= "6.0 "}
12+ "eliom" {>= "6.3 "}
1313 "calendar"
1414]
15- available: [ ocaml-version >= "4.02 " ]
15+ available: [ ocaml-version >= "4.03.0 " ]
You can’t perform that action at this time.
0 commit comments