Skip to content

Commit 677e1b6

Browse files
committed
opam files
1 parent cc14581 commit 677e1b6

5 files changed

+180
-0
lines changed

ezjs_amcharts3.opam

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Amcharts3 binding"
4+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5+
authors: [
6+
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7+
"Michael Laporte <michael.laporte@ocamlpro.com>"
8+
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9+
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
10+
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
11+
]
12+
license: "GPL-3.0-or-later"
13+
homepage: "https://github.com/ocamlpro/ezjs"
14+
doc: "https://ocamlpro.github.io/ezjs/doc"
15+
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16+
depends: [
17+
"dune" {>= "2.5"}
18+
"ezjs_utils.bind"
19+
]
20+
build: [
21+
["dune" "subst"] {pinned}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"

ezjs_bs4.opam

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bootstrap4 helpers"
4+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5+
authors: [
6+
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7+
"Michael Laporte <michael.laporte@ocamlpro.com>"
8+
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9+
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
10+
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
11+
]
12+
license: "GPL-3.0-or-later"
13+
homepage: "https://github.com/ocamlpro/ezjs"
14+
doc: "https://ocamlpro.github.io/ezjs/doc"
15+
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16+
depends: [
17+
"dune" {>= "2.5"}
18+
"js_of_ocaml-ppx" {>= "3.4.0"}
19+
"ezjs_utils.tyxml"
20+
"ezjs_utils.loc"
21+
"ezjs_cleave"
22+
"ezjs_jquery"
23+
]
24+
build: [
25+
["dune" "subst"] {pinned}
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"

ezjs_disqus.opam

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Binding for Disqus"
4+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5+
authors: [
6+
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7+
"Michael Laporte <michael.laporte@ocamlpro.com>"
8+
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9+
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
10+
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
11+
]
12+
license: "GPL-3.0-or-later"
13+
homepage: "https://github.com/ocamlpro/ezjs"
14+
doc: "https://ocamlpro.github.io/ezjs/doc"
15+
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16+
depends: [
17+
"dune" {>= "2.5"}
18+
"js_of_ocaml" {>= "3.4.0"}
19+
]
20+
build: [
21+
["dune" "subst"] {pinned}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"

ezjs_gauth.opam

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Binding for Google Sign in"
4+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5+
authors: [
6+
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7+
"Michael Laporte <michael.laporte@ocamlpro.com>"
8+
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9+
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
10+
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
11+
]
12+
license: "GPL-3.0-or-later"
13+
homepage: "https://github.com/ocamlpro/ezjs"
14+
doc: "https://ocamlpro.github.io/ezjs/doc"
15+
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16+
depends: [
17+
"dune" {>= "2.5"}
18+
"ezjs_min"
19+
]
20+
build: [
21+
["dune" "subst"] {pinned}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"

ezjs_utils.opam

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A collection of useful libraries to build sites with js_of_ocaml"
4+
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5+
authors: [
6+
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7+
"Michael Laporte <michael.laporte@ocamlpro.com>"
8+
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9+
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
10+
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
11+
]
12+
license: "GPL-3.0-or-later"
13+
homepage: "https://github.com/ocamlpro/ezjs"
14+
doc: "https://ocamlpro.github.io/ezjs/doc"
15+
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
16+
depends: [
17+
"dune" {>= "2.5"}
18+
"js_of_ocaml" {>= "3.4.0"}
19+
"stdlib-shims"
20+
]
21+
depopts: [
22+
"lwt" {>= "5.3.0"}
23+
"base64" {>= "3.2.0"}
24+
"js_of_ocaml-tyxml" {>= "3.4.0"}
25+
]
26+
build: [
27+
["dune" "subst"] {pinned}
28+
[
29+
"dune"
30+
"build"
31+
"-p"
32+
name
33+
"-j"
34+
jobs
35+
"@install"
36+
"@runtest" {with-test}
37+
"@doc" {with-doc}
38+
]
39+
]
40+
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"

0 commit comments

Comments
 (0)