Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Rochel committed Dec 19, 2018
1 parent 1071dbf commit 8df9a94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "ocsigen-start"
version: "dev"
version: "1.2.0"
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"
Expand All @@ -13,16 +13,16 @@ build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"ocaml" {>= "4.03"}
"ocaml" {>= "4.06.1"}
"pgocaml" {>= "2.3"}
"macaque" {>= "0.7.4"}
"safepass"
"safepass" {>= "3.0"}
"ocsigen-i18n" {>= "3.1.0"}
"eliom" {>= "6.3"}
"ocsigen-toolkit" {>= "1.1"}
"js_of_ocaml-camlp4"
"yojson"
"resource-pooling"
"eliom" {>= "6.4.0"}
"ocsigen-toolkit" {>= "2.0.0"}
"js_of_ocaml-camlp4" {>= "3.1.0"}
"yojson" {>= "1.4.1"}
"resource-pooling" {>= "0.5.2"}
]
depexts: [
["imagemagick"] {os-distribution = "debian"}
Expand Down

0 comments on commit 8df9a94

Please sign in to comment.