-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15352 from jrochel/opam-publish-eliom.6.9.2
Package eliom.6.9.2
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 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 |
---|---|---|
@@ -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" | ||
] | ||
} |