Skip to content

Commit

Permalink
Merge pull request #26457 from ejgallego/release-coq-lsp-0.2.0+8.19
Browse files Browse the repository at this point in the history
[new release] coq-lsp (0.2.0+8.19)
  • Loading branch information
mseri authored Sep 4, 2024
2 parents 5fc6827 + cba99d7 commit c44dc8c
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions packages/coq-lsp/coq-lsp.0.2.0+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" { >= "0.14.1" }

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

# coq deps: remove this for releases
"ocamlfind" {>= "1.8.1"}
"zarith" {>= "1.11"}

# 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" { >= "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"]

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.19/coq-lsp-0.2.0.8.19.tbz"
checksum: [
"sha256=01ffedbd55ae00526fe1dda890e3c15a883bfda8388c8d292121ee722db46360"
"sha512=b5d92146c27b5c432a3f92c9ae8ff69c4dc62709f394743ca2d43ab93ae3af64b08bb17ea5923c0fbe0a333de127de574c548ec3c8df81dbe3e11f485abc3216"
]
}
x-commit-hash: "c02b80f6988415485b72d8f82fe5f21d696155bd"

0 comments on commit c44dc8c

Please sign in to comment.