forked from ocaml/ocaml-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsonrpc.opam.locked
41 lines (41 loc) · 1.17 KB
/
jsonrpc.opam.locked
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
opam-version: "2.0"
name: "jsonrpc"
version: "dev"
synopsis: "Jsonrpc protocol implemenation"
description: "See https://www.jsonrpc.org/specification"
maintainer: "Rudi Grinberg <[email protected]>"
authors: [
"Andrey Popp <[email protected]>"
"Rusty Key <[email protected]>"
"Louis Roché <[email protected]>"
"Oleksiy Golovko <[email protected]>"
"Rudi Grinberg <[email protected]>"
"Sacha Ayoun <[email protected]>"
"cannorin <[email protected]>"
]
license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"base-bigarray" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"biniou" {= "1.2.1"}
"cppo" {= "1.6.6"}
"dune" {= "2.7.1"}
"easy-format" {= "1.3.2"}
"ocaml" {= "4.11.1"}
"ocaml-config" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocaml-system" {= "4.11.1"}
"ppx_yojson_conv_lib" {= "v0.14.0"}
"result" {= "1.5"}
"stdlib-shims" {= "0.1.0"}
"yojson" {= "1.7.0"}
]
build: [
["dune" "subst"] {dev}
["ocaml" "unix.cma" "unvendor.ml"]
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"