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 "js_of_ocaml" {< "3.5.0"}
14 "js_of_ocaml-lwt" {< "3.5.0"}
15 "ocaml" {>= "4.07.0"}
16 "eliom" {>= "6.7.0"}
17 "calendar" {>= "2.00"}
18 "js_of_ocaml-ppx_deriving_json" {< "3.5"}
19]
20url {
21 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.3.1.tar.gz"
22 checksum: [
23 "md5=81a683e96b76bc86d943894a36f90b61"
24 "sha512=9280c7eb2c96bbef0b8d07bbc4473cf8309042efd9d461ce7dace579680a6e0a8860cfe2a0148250625405896fcbee0400fb92370b58eefef8485cd78aecb9b8"
25 ]
26}