Skip to content

Commit

Permalink
[new release] coq-lsp (0.2.2+8.19)
Browse files Browse the repository at this point in the history
CHANGES:

---------------------------------------------

 - [vscode] Expand selectors to include `vscode-vfs://` URIs used in
   `github.dev`, document limited virtual workspace support in
   `package.json` (@ejgallego, ejgallego/coq-lsp#849)
  • Loading branch information
ejgallego committed Oct 4, 2024
1 parent dd37f1d commit 75297ef
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions packages/coq-lsp/coq-lsp.0.2.2+8.19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
synopsis: "Language Server Protocol native server for Coq"
description:
"""
Language Server Protocol native server for Coq
"""
opam-version: "2.0"
maintainer: "[email protected]"
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 <[email protected]>"
"Ali Caglayan <[email protected]>"
"Shachar Itzhaky <[email protected]>"
"Ramkumar Ramachandra <[email protected]>"
]
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" { >= "v0.15.0" }

# Uncomment this for releases
"coq" { >= "8.19" < "8.20" }

# coq deps: remove this for releases
"ocamlfind" {>= "1.9.1"}
"zarith" {>= "1.13"}

# result dep, fixed in main, but kept for older releases
"result" { >= "1.5" }

# serlib deps: see what we need to keep for release
"ppx_deriving" { >= "5.2" }
"ppx_deriving_yojson" { >= "3.7.0" }
"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"]

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.2%2B8.19/coq-lsp-0.2.2.8.19.tbz"
checksum: [
"sha256=1a0639b7774a79c8489b3e7e1ea606a24c857dc70833bbafb79b6d620c18b2b1"
"sha512=32782243b628fc8a92100778816772baf304335f35518e330c6c4a1b22b2139e255610f2091b47def590877455d361e22beab8ecc4f06b3f13da4e75a576fa07"
]
}
x-commit-hash: "1e7c04dac9648b226dd658762ae00f8148cbfdf0"

0 comments on commit 75297ef

Please sign in to comment.