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 "calendar" {>= "2.0.0"} 16 "js_of_ocaml" {< "4.0.0"} 17] 18url { 19 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.13.0.tar.gz" 20 checksum: [ 21 "md5=65a8dbf784c7a95b125e8b16c5c4f8c5" 22 "sha512=e2302a9d92a526ecd5d8c48644432938775669d2d19b3047d582aec501e250d5dee8f56bd293839b735cb7bb78133b2650117409b15a75f964e6b897afb72cb8" 23 ] 24}