diff --git a/packages/eliom/eliom.6.9.2/opam b/packages/eliom/eliom.6.9.2/opam new file mode 100644 index 00000000000..3de7f62806b --- /dev/null +++ b/packages/eliom/eliom.6.9.2/opam @@ -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" + ] +}