-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcn-lsp.opam
49 lines (49 loc) · 1.08 KB
/
cn-lsp.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
46
47
48
49
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "CN Language Server"
description: "A language server protocol implementation for the CN language"
maintainer: ["Sam Cowger"]
authors: ["Sam Cowger"]
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "4.14.1" & < "6.0.0"}
"base" {>= "v0.16.3" & < "v0.18"}
"cerberus" {= "d7d4e67"}
"cerberus-lib" {= "d7d4e67"}
"cn" {= "d7d4e67"}
"jsonrpc" {>= "1.17.0" & < "2.0.0"}
"linol" {>= "0.6" & < "0.7"}
"linol-lwt" {>= "0.6" & < "0.7"}
"logs" {>= "0.7.0" & < "1.0.0"}
"lsp" {>= "1.17.0" & < "2.0.0"}
"telemetry" {= "dev"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
pin-depends: [
[
"cerberus.d7d4e67"
"git+https://github.com/rems-project/cerberus.git#d7d4e67"
]
[
"cerberus-lib.d7d4e67"
"git+https://github.com/rems-project/cerberus.git#d7d4e67"
]
[
"cn.d7d4e67"
"git+https://github.com/rems-project/cerberus.git#d7d4e67"
]
]