this repo has no description
1opam-version: "2.0"
2maintainer: "dev@ocsigen.org"
3synopsis: "Reusable UI components for Eliom applications (client only, or client-server)"
4description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."
5authors: "dev@ocsigen.org"
6homepage: "http://www.ocsigen.org"
7bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/"
8dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git"
9license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
10build: [ make "-j%{jobs}%" ]
11install: [ make "install" ]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "js_of_ocaml" {>= "3.6.0" & < "4.0.0"}
15 "eliom" {>= "6.12.1"}
16 "calendar" {>= "2.0.0"}
17]
18url {
19 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/3.1.1.tar.gz"
20 checksum: [
21 "md5=7b02f3d930db29ad107a1bc3fd5e407d"
22 "sha512=96b3008450683262eed37f447e7f323493ce444b07efdd189df57a3ec3e0cc4e25a16e8790ea1f3635db0aca77f0bfc290d7c26d26199694154aae130a44d684"
23 ]
24}