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