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: [
  "ocaml" {>= "4.06.1"}
  "eliom" {>= "6.4"}
  "calendar" {>= "2.00"}
  "js_of_ocaml" {< "3.4.0"}
  "js_of_ocaml-ppx_deriving_json" {< "3.5"}
]
url {
  src: "https://github.com/ocsigen/ocsigen-toolkit/archive/2.0.0.tar.gz"
  checksum: [
    "md5=1d4ff06dd85dedcdb885bd97109bcc7e"
    "sha512=2b501b1ead3ef36ef5ebf304de3d6f38cf833685793ba2c6dea2ce0ccecf28f586eb4426b84e3579debb77f7fbc6ab87e76bf270b95c88cd108ce7a55bdbc1a5"
  ]
}
