this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20301 from jrochel/opam-publish-eliom.9.3.0

Package eliom.9.3.0

authored by

Marcello Seri and committed by
GitHub
2c5fec85 621d9de7

+44
+44
packages/eliom/eliom.9.3.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "dev@ocsigen.org" 3 + authors: "dev@ocsigen.org" 4 + synopsis: "Client/server Web framework" 5 + description: """ 6 + Eliom is a framework for implementing client/server Web applications. 7 + 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. 8 + Eliom allows implementing the whole application as a single program that includes both the client and the server code. 9 + We use a syntax extension to distinguish between the two sides. 10 + The client-side code is compiled to JS using Ocsigen Js_of_ocaml. 11 + """ 12 + homepage: "http://ocsigen.org/eliom/" 13 + bug-reports: "https://github.com/ocsigen/eliom/issues/" 14 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 15 + dev-repo: "git+https://github.com/ocsigen/eliom.git" 16 + build: [make] 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "ocamlfind" 20 + "ppx_deriving" 21 + "ppxlib" {>= "0.15.0"} 22 + "js_of_ocaml-compiler" {>= "3.6.0"} 23 + "js_of_ocaml" {>= "3.6.0"} 24 + "js_of_ocaml-lwt" {>= "3.6.0"} 25 + "js_of_ocaml-ocamlbuild" {build} 26 + "js_of_ocaml-ppx" {>= "3.6.0"} 27 + "js_of_ocaml-ppx_deriving_json" {>= "3.6.0"} 28 + "js_of_ocaml-tyxml" {>= "3.6.0"} 29 + "lwt_log" 30 + "lwt_ppx" {>= "1.2.3"} 31 + "tyxml" {>= "4.4.0" & < "5.0.0"} 32 + "ocsigenserver" {>= "5.0.0" & < "6.0.0"} 33 + "ipaddr" {>= "2.1"} 34 + "reactiveData" {>= "0.2.1"} 35 + "base-bytes" 36 + "ocsipersist" {>= "1.0" & < "2.0"} 37 + ] 38 + url { 39 + src: "https://github.com/ocsigen/eliom/archive/9.3.0.tar.gz" 40 + checksum: [ 41 + "md5=74461d5b57f9b27266d1030ab5c0874e" 42 + "sha512=5175e943de330f0603a7ce08f2c116d0e0a7a659293e04c35e333334e0d416e8c001bc36ead6f305a722fb10a16c44169d8194dec00593c81a37e3fd95038a17" 43 + ] 44 + }