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.07.0"}
14 "eliom" {>= "6.12.1"}
15 "js_of_ocaml-lwt" {< "4.1.0"}
16 "calendar"
17]
18url {
19 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.10.1.tar.gz"
20 checksum: [
21 "md5=b7e16fe663f41b21f08132aeb3a1a8e6"
22 "sha512=50df12110211f5ca17335df328e24356e6ae6aebb7f432b23064014a1955b96517b3c2314c747058bb544c2fcb1abbd7db2597bb557666663b1f863d251a0aa0"
23 ]
24}