opam-version: "2.0"
synopsis: "Bindings for reCAPTCHA"
description: "Bindings for reCAPTCHA"
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
authors: ["OCamlPro <contact@ocamlpro.com>"]
license: "LGPL-2.1"
homepage: "https://github.com/ocamlpro/ezjs_recaptcha"
bug-reports: "https://github.com/ocamlpro/ezjs_recaptcha/issues"
depends: [
  "ocaml" {>= "4.05"}
  "dune" {>= "2.0"}
  "js_of_ocaml" {>= "3.6"}
  "js_of_ocaml-ppx" {>= "3.6"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/ocamlpro/ezjs_recaptcha.git"
url {
  src: "https://github.com/OCamlPro/ezjs_recaptcha/archive/0.1.tar.gz"
  checksum: [
    "sha256=4d55e9f6cced5eb3471993da36b7af49a785fbfdf67eed3d1d3e6e148f6be471"
    "sha512=950092a426141bda3987014f18b49d9fbc18a3b879baf424749174cf80c2e04e1349b3378a962db8efca5f290d714067dbf784455c0a9d780f6be3aca7a3d231"
  ]
}
