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.12.1"} 16 "js_of_ocaml-lwt" {< "4.1.0"} 17 "calendar" {>= "2.00"} 18] 19url { 20 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.8.0.tar.gz" 21 checksum: [ 22 "md5=2d00e424d2f1ff44c9a6392f7e9b9926" 23 "sha512=7b56ad4a0aeb4640d99db46f157debdba31958909a0bda34803be0f0d316e87399d68a00590c00f00946d38e5058094d69064a9e084edf4f81a29ab6a10dce8e" 24 ] 25}