Skip to content

Commit

Permalink
Merge pull request #11542 from vasilisp/ocsigen-start.1.1.0
Browse files Browse the repository at this point in the history
Add ocsigen-start 1.1.0
  • Loading branch information
yomimono authored Mar 12, 2018
2 parents d2f833f + 0329f07 commit 86f4684
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ocsigen-start/ocsigen-start.1.1.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Skeleton for building client-server Eliom applications
(with users, notifications, etc.)
32 changes: 32 additions & 0 deletions packages/ocsigen-start/ocsigen-start.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "1.2"
authors: "[email protected]"
maintainer: "[email protected]"
homepage: "https://ocsigen.org/ocsigen-start/"
bug-reports: "https://github.com/ocsigen/ocsigen-start/issues"
dev-repo: "https://github.com/ocsigen/ocsigen-start.git"
build: [ make ]
install: [ make "install" ]
remove: [ make "uninstall" ]
depends: [
"pgocaml" {>= "2.3"}
"macaque" {>= "0.7.4"}
"safepass"
"ocsigen-i18n" {>= "3.1.0"}
"eliom" {>= "6.3"}
"ocsigen-toolkit" {>= "1.1"}
"js_of_ocaml-camlp4"
"yojson"
]
depexts: [
[["debian"] ["imagemagick"]]
[["debian"] ["ruby-sass"]]
[["debian"] ["postgresql"]]
[["debian"] ["postgresql-common"]]
[["ubuntu"] ["imagemagick"]]
[["ubuntu"] ["ruby-sass"]]
[["ubuntu"] ["postgresql"]]
[["ubuntu"] ["postgresql-common"]]
[["ubuntu"] ["npm"]]
[["osx" "homebrew"] ["postgresql"]]
]
available: [ ocaml-version >= "4.03" ]
2 changes: 2 additions & 0 deletions packages/ocsigen-start/ocsigen-start.1.1.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/ocsigen/ocsigen-start/archive/1.1.0.tar.gz"
checksum: "cff1cd532de67dd4e5f8792c95bc4bac"

0 comments on commit 86f4684

Please sign in to comment.