-
Notifications
You must be signed in to change notification settings - Fork 9
/
ezjs_utils.opam
40 lines (40 loc) · 1.05 KB
/
ezjs_utils.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A collection of useful libraries to build sites with js_of_ocaml"
maintainer: ["Fabrice Le Fessant <[email protected]>"]
authors: [
"Cagdas Bozman <[email protected]>"
"Michael Laporte <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Maxime Levillain <[email protected]>"
"Steven de Oliveira <[email protected]>"
]
license: "GPL-3.0-or-later"
homepage: "https://github.com/ocamlpro/ezjs"
doc: "https://ocamlpro.github.io/ezjs/doc"
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
depends: [
"dune" {>= "2.5"}
"js_of_ocaml-ppx" {>= "3.4.0"}
"stdlib-shims"
]
depopts: [
"lwt" {>= "5.3.0"}
"base64" {>= "3.2.0"}
"js_of_ocaml-tyxml" {>= "5.5.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"