Skip to content

Commit 70660ba

Browse files
John Christopher McAlpineJan Rochel
authored andcommitted
update pgocaml dependency to >=3.1 to reflect PPX
1 parent d08877b commit 70660ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocsigen-start"
3-
version: "1.5.0"
3+
version: "1.5.ppx"
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"
@@ -14,7 +14,7 @@ install: [ make "install" ]
1414
remove: [ make "uninstall" ]
1515
depends: [
1616
"ocaml" {>= "4.06.1"}
17-
"pgocaml" {>= "2.3"}
17+
"pgocaml" {>= "3.1"}
1818
"macaque" {>= "0.7.4"}
1919
"safepass" {>= "3.0"}
2020
"ocsigen-i18n" {>= "3.1.0"}

0 commit comments

Comments
 (0)