File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/ezjs_extension/ezjs_extension.0.2 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "Binding for Chrome and Firefox extension API"
4
+ maintainer: ["OCamlPro <
[email protected] >"]
5
+ authors: ["Maxime Levillain <
[email protected] >"]
6
+ license: "LGPL-2.1-only"
7
+ homepage: "https://github.com/ocamlpro/ezjs_extension"
8
+ bug-reports: "https://github.com/ocamlpro/ezjs_extension/issues"
9
+ depends: [
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
+ ]
16
+ depopts: ["lwt"]
17
+ build: [
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
+ ]
31
+ dev-repo: "git+https://github.com/ocamlpro/ezjs_extension.git"
32
+ url {
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
+ }
You can’t perform that action at this time.
0 commit comments