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.0.0" & < "4.1.0"} 15 "eliom" {>= "6.12.1"} 16 "calendar" {>= "2.0.0"} 17] 18url { 19 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/3.2.0.tar.gz" 20 checksum: [ 21 "md5=30e9d9771e497c0e8966b06e793cee3d" 22 "sha512=34808d92141528cb41e5e29d67655172f7486373a230183568845ca513a658d996354a2132b7028b92053940d907ba1e614d7ad276c129dbf1e3a466e99b91b0" 23 ] 24}