this repo has no description
1opam-version: "2.0"
2synopsis: "Bindings for reCAPTCHA"
3description: "Bindings for reCAPTCHA"
4maintainer: "OCamlPro <contact@ocamlpro.com>"
5authors: "OCamlPro <contact@ocamlpro.com>"
6license: "LGPL-2.1-only"
7homepage: "https://github.com/ocamlpro/ezjs_recaptcha"
8bug-reports: "https://github.com/ocamlpro/ezjs_recaptcha/issues"
9depends: [
10 "ocaml" {>= "4.05"}
11 "dune" {>= "2.0"}
12 "js_of_ocaml" {>= "3.6"}
13 "js_of_ocaml-ppx" {>= "3.6"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/ocamlpro/ezjs_recaptcha.git"
30url {
31 src: "https://github.com/ocamlpro/ezjs_recaptcha/archive/0.1.1.tar.gz"
32 checksum: [
33 "md5=88dfc40c0228d9d88b3e97f9175643ee"
34 "sha512=2e080113ca6afd43e1c416062786c9c553319499c1b83a527e733f275b17b91d9e72ea9e0afd9ac4c0234d79a92ecf05b129d8936cd47fb3bf0605861d967ca2"
35 ]
36}