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] 18 19url { 20 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/3.0.1.tar.gz" 21 checksum: [ 22 "md5=99334c92b41884cc4c2c48f9de1aa2c2" 23 "sha512=58744d01289290f3be3a3828e53ec992c7e26cfde9b869bc10395e6487d064d167a87ee1510cca4d24723ca34ec8d23badedc14ed1204540477220fccbcf4214" 24 ] 25}