Skip to content

Commit ae990b4

Browse files
Merge pull request #27498 from maxtori/opam-publish-ezjs_extension.0.2
Package ezjs_extension.0.2
2 parents 42c5c86 + 594c66b commit ae990b4

File tree

1 file changed

+39
-0
lines changed
  • packages/ezjs_extension/ezjs_extension.0.2

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

0 commit comments

Comments
 (0)