Skip to content

Commit 8df9a94

Browse files
author
Jan Rochel
committed
release 1.2.0
1 parent 1071dbf commit 8df9a94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

opam

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocsigen-start"
3-
version: "dev"
3+
version: "1.2.0"
44
55
maintainer: "[email protected]"
66
synopsis: "An Eliom application skeleton ready to use to build your own application with users, (pre)registration, notifications, etc"
@@ -13,16 +13,16 @@ build: [ make "-j%{jobs}%" ]
1313
install: [ make "install" ]
1414
remove: [ make "uninstall" ]
1515
depends: [
16-
"ocaml" {>= "4.03"}
16+
"ocaml" {>= "4.06.1"}
1717
"pgocaml" {>= "2.3"}
1818
"macaque" {>= "0.7.4"}
19-
"safepass"
19+
"safepass" {>= "3.0"}
2020
"ocsigen-i18n" {>= "3.1.0"}
21-
"eliom" {>= "6.3"}
22-
"ocsigen-toolkit" {>= "1.1"}
23-
"js_of_ocaml-camlp4"
24-
"yojson"
25-
"resource-pooling"
21+
"eliom" {>= "6.4.0"}
22+
"ocsigen-toolkit" {>= "2.0.0"}
23+
"js_of_ocaml-camlp4" {>= "3.1.0"}
24+
"yojson" {>= "1.4.1"}
25+
"resource-pooling" {>= "0.5.2"}
2626
]
2727
depexts: [
2828
["imagemagick"] {os-distribution = "debian"}

0 commit comments

Comments
 (0)