Skip to content

Commit

Permalink
Merge pull request #15352 from jrochel/opam-publish-eliom.6.9.2
Browse files Browse the repository at this point in the history
Package eliom.6.9.2
  • Loading branch information
kit-ty-kate authored Nov 28, 2019
2 parents 8d19c45 + 1312fbc commit e49ca79
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/eliom/eliom.6.9.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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.07.1"}
"ocamlfind"
"ppx_deriving"
"ppx_tools" {>= "0.99.3"}
"js_of_ocaml-compiler" {>= "3.3" & < "3.5"}
"js_of_ocaml" {>= "3.3"}
"js_of_ocaml-lwt" {>= "3.3"}
"js_of_ocaml-ocamlbuild" {build}
"js_of_ocaml-ppx" {>= "3.3"}
"js_of_ocaml-ppx_deriving_json" {>= "3.3" & < "3.5"}
"js_of_ocaml-tyxml" {>= "3.3"}
"lwt_log"
"lwt_ppx"
"tyxml" {>= "4.3.0"}
"ocsigenserver" {>= "2.10"}
"ipaddr" {>= "2.1"}
"reactiveData" {>= "0.2.1"}
"dbm" | "sqlite3"
"base-bytes"
]
url {
src: "https://github.com/ocsigen/eliom/archive/6.9.2.tar.gz"
checksum: [
"md5=2207332e5d6ab65199145148b8c1773c"
"sha512=cab25988c221730d2fad879247e55991c4b848d5c96ae63380fe6290437c9f7f96ccf1ea38dfbc1b0793abbc8d470d976d313d6211c8dba12fc64351ae9c9d5f"
]
}

0 comments on commit e49ca79

Please sign in to comment.