-
Notifications
You must be signed in to change notification settings - Fork 78
/
vscode-interop.opam
42 lines (42 loc) · 1.12 KB
/
vscode-interop.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"Interop library compatible with the vscode and vscode-node bindings"
maintainer: ["Rudi Grinberg <[email protected]>"]
authors: [
"Rudi Grinberg <[email protected]>"
"Sora Morimoto <[email protected]>"
"Max Lantas <[email protected]>"
"Manas <[email protected]>"
"Rusty Key <[email protected]>"
"Louis Roché <[email protected]>"
"Ulugbek Abdullaev <[email protected]>"
"Javier Chávarri <[email protected]>"
]
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"}
"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"