this repo has no description

Merge pull request #26456 from ejgallego/release-coq-lsp-0.2.0+8.20

[new release] coq-lsp (0.2.0+8.20)

Changed files
+68
packages
coq-lsp
coq-lsp.0.2.0+8.20
+68
packages/coq-lsp/coq-lsp.0.2.0+8.20/opam
···
+
synopsis: "Language Server Protocol native server for Coq"
+
description:
+
"""
+
Language Server Protocol native server for Coq
+
"""
+
opam-version: "2.0"
+
maintainer: "e@x80.org"
+
bug-reports: "https://github.com/ejgallego/coq-lsp/issues"
+
homepage: "https://github.com/ejgallego/coq-lsp"
+
dev-repo: "git+https://github.com/ejgallego/coq-lsp.git"
+
authors: [
+
"Emilio Jesús Gallego Arias <e@x80.org>"
+
"Ali Caglayan <alizter@gmail.com>"
+
"Shachar Itzhaky <shachari@cs.technion.ac.il>"
+
"Ramkumar Ramachandra <r@artagnon.com>"
+
]
+
license: "LGPL-2.1-or-later"
+
doc: "https://ejgallego.github.io/coq-lsp/"
+
+
depends: [
+
+
("ocaml" {>= "5.0"} | ("ocaml" {<= "5.0"} & "memprof-limits" { >= "0.2.1" } ))
+
+
"dune" { >= "3.2.0" }
+
+
# lsp dependencies
+
"cmdliner" { >= "1.1.0" }
+
"yojson" { >= "1.7.0" }
+
"uri" { >= "4.2.0" }
+
"dune-build-info" { >= "3.2.0" }
+
+
# waterproof parser
+
"menhir" { >= "20220210" }
+
+
# unit testing
+
"ppx_inline_test" { >= "0.14.1" }
+
+
# Uncomment this for releases
+
"coq" { >= "8.20" < "8.21" }
+
+
# serlib deps: see what we need to keep for release
+
"ppx_deriving" { >= "4.2.1" }
+
"ppx_deriving_yojson" { >= "3.4" }
+
"ppx_import" { >= "1.11.0" }
+
"sexplib" { >= "v0.15.0" & < "v0.18" }
+
"ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" }
+
"ppx_compare" { >= "v0.15.0" & < "v0.18" }
+
"ppx_hash" { >= "v0.15.0" & < "v0.18" }
+
]
+
+
depopts: ["lwt" "logs"]
+
+
conflicts: ["result" {< "1.5"}]
+
+
build: [
+
[ "rm" "-rf" "vendor" ]
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ]
+
url {
+
src:
+
"https://github.com/ejgallego/coq-lsp/releases/download/0.2.0%2B8.20/coq-lsp-0.2.0.8.20.tbz"
+
checksum: [
+
"sha256=bcb9a4c3219aed47ffbfd7c8ea7a2f374140d8cdb76079927548f49c7e3576a9"
+
"sha512=945c0010b4952e41055cb7e35175d400e5c126dc340dd1c0ab53321605cd0d9539af6693a794cb81a9dec0385d0880d4417dae923b6d19c9b62913766a185d8c"
+
]
+
}
+
x-commit-hash: "0de150503f38601e78eddc37595f5347c3f7323a"