1
+ # This file was generated by `drom` from `drom.toml`.
2
+ # Do not modify, or add to the `skip` field of `drom.toml`.
3
+ opam-version: "2.0"
4
+ name: "superbol-vscode-platform"
5
+ version: "0.1.0"
6
+ license: "MIT"
7
+ synopsis: "The superbol-vscode-platform project"
8
+ description: """\
9
+ This is the description
10
+ of the superbol-vscode-platform OCaml project
11
+ """
12
+ authors: [
13
+ "Fabrice Le Fessant <
[email protected] >"
14
+ "Emilien Lemaire <
[email protected] >"
15
+ ]
16
+ maintainer: [
17
+ "Fabrice Le Fessant <
[email protected] >"
18
+ "Emilien Lemaire <
[email protected] >"
19
+ ]
20
+ homepage: "https://ocamlpro.github.io/superbol-vscode-platform"
21
+ doc: "https://ocamlpro.github.io/superbol-vscode-platform/sphinx"
22
+ bug-reports: "https://github.com/ocamlpro/superbol-vscode-platform/issues"
23
+ dev-repo: "git+https://github.com/ocamlpro/superbol-vscode-platform.git"
24
+ tags: "org:ocamlpro"
25
+ build: [
26
+ ["dune" "subst"] {dev}
27
+ ["sh" "-c" "./scripts/before.sh build '%{name}%'"]
28
+ [
29
+ "dune"
30
+ "build"
31
+ "-p"
32
+ "superbol-vscode-platform"
33
+ "-x"
34
+ "osx"
35
+ "-j"
36
+ jobs
37
+ "@install"
38
+ "@runtest" {with-test}
39
+ "@doc" {with-doc}
40
+ ]
41
+ ["sh" "-c" "./scripts/after.sh build '%{name}%'"]
42
+ ]
43
+ install: [
44
+ ["sh" "-c" "./scripts/before.sh install '%{name}%'"]
45
+ ]
46
+ depends: [
47
+ "ocaml" {>= "4.13.0"}
48
+ "dune" {>= "2.7.0"}
49
+ "vscode-languageclient-js-stubs-osx" {= version}
50
+ "vscode-js-stubs-osx" {= version}
51
+ "promise_jsoo-osx" {>= "0.3.1" & < "1.0.0"}
52
+ "polka-js-stubs-osx" {= version}
53
+ "ocplib_stuff-osx" {>= "0.4.0" & < "1.0.0"}
54
+ "node-js-stubs-osx" {= version}
55
+ "jsonoo-osx" {>= "0.2.1" & < "1.0.0"}
56
+ "js_of_ocaml-osx" {>= "4"}
57
+ "gen_js_api-osx" {>= "1.1.1" & < "2.0.0"}
58
+ "js_of_ocaml-ppx" {>= "4"}
59
+ "ppx_inline_test" {with-test}
60
+ "ppx_expect" {with-test}
61
+ "odoc" {with-doc}
62
+ "ocamlformat" {with-test}
63
+ ]
64
+ # Content of `opam-trailer` field:
0 commit comments