opam-version: "2.0" maintainer: "dev@ocsigen.org" synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications." authors: "dev@ocsigen.org" homepage: "http://www.ocsigen.org" bug-reports: "https://github.com/ocsigen/ocsigen-toolkit/issues/" dev-repo: "git+https://github.com/ocsigen/ocsigen-toolkit.git" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ make "-j%{jobs}%" ] install: [ make "install" ] remove: [ make "uninstall" ] depends: [ "js_of_ocaml" {< "3.5.0"} "js_of_ocaml-lwt" {< "3.5.0"} "ocaml" {>= "4.07.0"} "eliom" {>= "6.7.0"} "calendar" {>= "2.00"} "js_of_ocaml-ppx_deriving_json" {< "3.5"} ] url { src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.2.1.tar.gz" checksum: [ "md5=0c32876c657c702210be1e3c41b1287a" "sha512=068b9ed93e88ecbdf7aa539f8579c352a5a9c61bc59561353c869cd6ad030324ddf2695526496faea88d4b6480f9f949fa229a5c1d67fbc0c82cedf2a7cfd993" ] }