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 "js_of_ocaml" {< "3.5.0"} 15 "js_of_ocaml-lwt" {< "3.5.0"} 16 "ocaml" {>= "4.07.0"} 17 "eliom" {>= "6.7.0"} 18 "calendar" {>= "2.00"} 19 "js_of_ocaml-ppx_deriving_json" {< "3.5"} 20] 21url { 22 src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.3.3.tar.gz" 23 checksum: [ 24 "md5=1a905aa8d1f1eee43460b5cbd80eecda" 25 "sha512=5a05f2f7dcc6d45a115cd0a3cbf524e0079968b5cbe70b53fa16d61501474046e4c5735bc678b6f2c585872cb83d04734d9ae126e53ddd944410a18821b175c7" 26 ] 27}