-
Notifications
You must be signed in to change notification settings - Fork 78
/
vscode-node.opam
45 lines (45 loc) · 1.2 KB
/
vscode-node.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
41
42
43
44
45
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Bindings for Node.js that are used by the Visual Studio Code extension"
maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
authors: [
"Rudi Grinberg <me@rgrinberg.com>"
"Sora Morimoto <sora@morimoto.io>"
"Max Lantas <mnxndev@outlook.com>"
"Manas <prometheansacrifice@gmail.com>"
"Rusty Key <iam@stfoo.ru>"
"Louis Roché <louis@louisroche.net>"
"Ulugbek Abdullaev <ulugbekna@gmail.com>"
"Javier Chávarri <javier.chavarri@gmail.com>"
]
license: "ISC"
homepage: "https://github.com/ocamllabs/vscode-ocaml-platform"
bug-reports: "https://github.com/ocamllabs/vscode-ocaml-platform/issues"
depends: [
"dune" {>= "3.17"}
"ocaml" {>= "4.08"}
"js_of_ocaml" {>= "4.1.0"}
"gen_js_api" {= "1.1.2"}
"promise_jsoo" {>= "0.3.1"}
"jsonoo" {>= "0.2.1"}
"vscode-interop" {= version}
"ocamlformat" {= "0.27.0" & with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamllabs/vscode-ocaml-platform.git"