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" ]
12remove: [ make "uninstall" ]
13depends: [
14 "ocaml" {>= "4.07.0"}
15 "eliom" {>= "6.7.0"}
16 "calendar" {>= "2.00"}
17 "js_of_ocaml-ppx_deriving_json" {< "3.5"}
18]
19url {
20 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.4.1.tar.gz"
21 checksum: [
22 "md5=7066c396902d06e747e2262c0829aa7d"
23 "sha512=cd61410979cde9d1fe981e0f87a024ff1c92b4b6c33b382333b22f5e40c25b013e9c660c219b81f67a4e64cd67bc54be827663d71c960d45d39b98f5d5fc0108"
24 ]
25}