Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package eliom.6.4.0 #13173

Merged
merged 1 commit into from Dec 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
39 changes: 39 additions & 0 deletions packages/eliom/eliom.6.4.0/opam
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "dev@ocsigen.org"
authors: "dev@ocsigen.org"
synopsis: "Client/server Web framework"
description: "Eliom is a framework for implementing client/server Web applications. It introduces new concepts to simplify the implementation of common behaviors, and uses advanced static typing features of OCaml to check many properties of the Web application at compile-time. Eliom allows implementing the whole application as a single program that includes both the client and the server code. We use a syntax extension to distinguish between the two sides. The client-side code is compiled to JS using Ocsigen Js_of_ocaml."
homepage: "http://ocsigen.org/eliom/"
bug-reports: "https://github.com/ocsigen/eliom/issues/"
license: "LGPL-2.1 with OCaml linking exception"
dev-repo: "git+https://github.com/ocsigen/eliom.git"
build: [make]
depends: [
"ocaml" {>= "4.06.1"}
"ocamlfind"
"deriving" {>= "0.6"}
"ppx_deriving"
"ppx_tools" {>= "0.99.3"}
"js_of_ocaml" {>= "3.0" & < "3.3"}
"js_of_ocaml-lwt" {< "3.3"}
"js_of_ocaml-ocamlbuild" {build}
"js_of_ocaml-ppx"
"js_of_ocaml-ppx" {<= "3.0.2"} | "js_of_ocaml-ppx_deriving_json"
"js_of_ocaml-tyxml" {< "3.2.0"}
"lwt_log"
"lwt_ppx"
"lwt_camlp4"
"tyxml" {>= "4.0.0" & < "4.3.0"}
"ocsigenserver" {>= "2.10"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
"base-bytes"
]
url {
src: "https://github.com/jrochel/eliom/archive/6.4.0.tar.gz"
checksum: [
"md5=8e5694fefb152c9372b9a32a08a826be"
"sha512=0de9d360fc00e36b093d2b22c3d5b5f497302017c8bdc54dc47dd38c0e0fd3fa02384431ff8fbe3e67db9947daf1dbcbf266791e23ea01ee6112bd684befc16c"
]
}