this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Binding for Chrome and Firefox extension API"
4maintainer: ["OCamlPro <contact@ocamlpro.com>"]
5authors: ["Maxime Levillain <maxime.levillain@ocamlpro.com>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/ocamlpro/ezjs_extension"
8bug-reports: "https://github.com/ocamlpro/ezjs_extension/issues"
9depends: [
10 "ocaml" {>= "4.06"}
11 "dune" {>= "2.7" & >= "2.0"}
12 "ezjs_min" {>= "0.2"}
13 "js_of_ocaml" {>= "6.0.0"}
14 "odoc" {with-doc}
15]
16depopts: ["lwt"]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/ocamlpro/ezjs_extension.git"
32url {
33 src:
34 "https://github.com/ocamlpro/ezjs_extension/archive/refs/tags/0.2.tar.gz"
35 checksum: [
36 "md5=656df77dabbefd03a5646cf72953b29c"
37 "sha512=f1e0f92683eb1605bb32ba2791ef046fd2312357f19fcc44ae06544708b789f2398666cf0adb1848e89c8f0a6f17615ac8437477cd7761f9cff5cff9969bb54d"
38 ]
39}