-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathdolmen_lsp.opam
More file actions
36 lines (35 loc) · 1.26 KB
/
dolmen_lsp.opam
File metadata and controls
36 lines (35 loc) · 1.26 KB
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
opam-version: "2.0"
name: "dolmen_lsp"
version: "dev"
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
license: "BSD-2-Clause"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
]
depends: [
# linol~0.8 -> ocaml >= 4.14
"ocaml" {>= "4.14.2"}
"dolmen" {= version }
"dolmen_type" {= version }
"dolmen_loop" { = version }
"dune" { >= "3.0" }
"ocaml-syntax-shims"
"odoc" { with-doc }
"logs"
"linol" { >= "0.10" & < "0.11" }
"linol-lwt" { >= "0.10" & < "0.11" }
# override transitive dependency version from linol due
# to yojson dropping support for tuples and variants in
# https://github.com/ocaml-community/yojson/pull/158
# https://github.com/c-cube/linol/issues/57#issuecomment-3154170759
# https://github.com/Gbury/dolmen/pull/241#issuecomment-3154175998
"yojson" { < "3.0.0" }
]
tags: [ "logic" "computation" "automated theorem prover" "lsp" "language server protocol"]
homepage: "https://github.com/Gbury/dolmen"
dev-repo: "git+https://github.com/Gbury/dolmen.git"
bug-reports: "https://github.com/Gbury/dolmen/issues"
doc: "https://gbury.github.io/dolmen"
synopsis: "A LSP server for automated deduction languages"