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 "eliom" {>= "6.12.1"} 15 "js_of_ocaml-lwt" {< "4.1.0"} 16 "calendar" {>= "2.0.0"} 17] 18depexts: [ 19 ["libgdbm-dev"] {os-family = "debian"} 20] 21url { 22 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.12.2.tar.gz" 23 checksum: [ 24 "md5=858dbbbcb856d02fda7d2851cc3afecc" 25 "sha512=ceb18e7483df78bef903e5898678d74fbe02170d05d5bdf97957d98decf3b687ba4756d786f16bc54b6ea2eb8504d463b6d10f72a959cf1715f5fa2ff98129c3" 26 ] 27}