-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pgocaml dependency to >=3.1 to reflect PPX
- Loading branch information
John Christopher McAlpine
authored and
Jan Rochel
committed
Mar 29, 2019
1 parent
d08877b
commit 70660ba
Showing
1 changed file
with
2 additions
and
2 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-start" | ||
version: "1.5.0" | ||
version: "1.5.ppx" | ||
authors: "[email protected]" | ||
maintainer: "[email protected]" | ||
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" ] | |
remove: [ make "uninstall" ] | ||
depends: [ | ||
"ocaml" {>= "4.06.1"} | ||
"pgocaml" {>= "2.3"} | ||
"pgocaml" {>= "3.1"} | ||
"macaque" {>= "0.7.4"} | ||
"safepass" {>= "3.0"} | ||
"ocsigen-i18n" {>= "3.1.0"} | ||
|