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" {>= "4.1.0" & < "6.0.0"}
15 "eliom" {>= "10.1.2"}
16 "calendar" {>= "2.0.0"}
17]
18url {
19 src:
20 "https://github.com/ocsigen/ocsigen-toolkit/archive/refs/tags/3.3.4.tar.gz"
21 checksum: [
22 "md5=9150259898e1abf5c5e507a4a4c1f819"
23 "sha512=f73427d1154a34ea6973e3639e019ce98e65d6862f61b740041c231a2b9d9cd04bc4aa86186fbf2d45288b9be1a97a7e5b57ddc9eb1434920d51fc3f76af47a7"
24 ]
25}