this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26672 from ejgallego/release-coq-lsp-0.2.2+8.20

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

authored by

Marcello Seri and committed by
GitHub
b9c48291 384d468f

+74
+74
packages/coq-lsp/coq-lsp.0.2.2+8.20/opam
··· 1 + synopsis: "Language Server Protocol native server for Coq" 2 + description: 3 + """ 4 + Language Server Protocol native server for Coq 5 + """ 6 + opam-version: "2.0" 7 + maintainer: "e@x80.org" 8 + bug-reports: "https://github.com/ejgallego/coq-lsp/issues" 9 + homepage: "https://github.com/ejgallego/coq-lsp" 10 + dev-repo: "git+https://github.com/ejgallego/coq-lsp.git" 11 + authors: [ 12 + "Emilio Jesús Gallego Arias <e@x80.org>" 13 + "Ali Caglayan <alizter@gmail.com>" 14 + "Shachar Itzhaky <shachari@cs.technion.ac.il>" 15 + "Ramkumar Ramachandra <r@artagnon.com>" 16 + ] 17 + license: "LGPL-2.1-or-later" 18 + doc: "https://ejgallego.github.io/coq-lsp/" 19 + 20 + depends: [ 21 + 22 + ("ocaml" {>= "5.0"} | ("ocaml" {<= "5.0"} & "memprof-limits" { >= "0.2.1" } )) 23 + 24 + "dune" { >= "3.2.0" } 25 + 26 + # lsp dependencies 27 + "cmdliner" { >= "1.1.0" } 28 + "yojson" { >= "1.7.0" } 29 + "uri" { >= "4.2.0" } 30 + "dune-build-info" { >= "3.2.0" } 31 + 32 + # waterproof parser 33 + "menhir" { >= "20220210" } 34 + 35 + # unit testing 36 + "ppx_inline_test" { >= "v0.15.0" } 37 + 38 + # Uncomment this for releases 39 + "coq" { >= "8.20" < "8.21" } 40 + 41 + # coq deps: remove this for releases 42 + "ocamlfind" {>= "1.9.1"} 43 + "zarith" {>= "1.13"} 44 + 45 + # serlib deps: see what we need to keep for release 46 + "ppx_deriving" { >= "5.2" } 47 + "ppx_deriving_yojson" { >= "3.7.0" } 48 + "ppx_import" { >= "1.11.0" } 49 + "sexplib" { >= "v0.15.0" & < "v0.18" } 50 + "ppx_sexp_conv" { >= "v0.15.0" & < "v0.18" } 51 + "ppx_compare" { >= "v0.15.0" & < "v0.18" } 52 + "ppx_hash" { >= "v0.15.0" & < "v0.18" } 53 + ] 54 + 55 + # older results get in mess with ppx_deriving, we cannot control how 56 + # it gets pulled, often in min-bound rev-dep, so we conflict with it 57 + conflicts: [ "result" { < "1.5" } ] 58 + 59 + depopts: ["lwt" "logs"] 60 + 61 + build: [ 62 + [ "rm" "-rf" "vendor" ] 63 + [ "dune" "build" "-p" name "-j" jobs ] 64 + ] 65 + run-test: [ [ "dune" "runtest" "-p" name "-j" jobs ] ] 66 + url { 67 + src: 68 + "https://github.com/ejgallego/coq-lsp/releases/download/0.2.2%2B8.20/coq-lsp-0.2.2.8.20.tbz" 69 + checksum: [ 70 + "sha256=5404b94fbfe8c126470e7ef706001a77da6f6c388c314b6a80981c265a712399" 71 + "sha512=1cc67ed0e0f0d5f64dc6e89239045f59e1ec85535496182ff6b7988621ff13e9fdd5e74e30224e37f3832a77435d1f636b15e46cd93e382b1c4256e96e9297c8" 72 + ] 73 + } 74 + x-commit-hash: "3c8da22551f324d2999991bf4809603a7366c7fd"