-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from ocaml-dune/update-packages
Update ocaml-lsp-server packages
- Loading branch information
Showing
16 changed files
with
234 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...r/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-aarch64-apple-darwin/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "arm64" & os = "macos" | ||
conflicts: "ocaml" {!= "5.2.0"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-aarch64-apple-darwin.tar.gz" | ||
checksum: [ | ||
"sha256=d9aff6c814b7a53d234d52f18244461521fdf2a67e38ced181781480df39d45d" | ||
"sha512=aabb4115f348d405931264dcbd9008de16cfff0157c4ab33c6a11d43ba4584fcdb64f2e5e2240ae388741827d73ecafee4a9bb3528df2d756e39f7f189cf672a" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...er/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-x86_64-apple-darwin/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "x86_64" & os = "macos" | ||
conflicts: "ocaml" {!= "5.2.0"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-x86_64-apple-darwin.tar.gz" | ||
checksum: [ | ||
"sha256=603eede2c28a3ef0f6f9de5068e7f95050f554b180cdf0174b2ed4263bfeeb73" | ||
"sha512=71a25e749b0d8ec5bbf3a2413cf1ef0f3ed848d4ae37d18002d7a1ecc0ac071874b1b428f241ff0bb88daf761ed856dad17c638449632da55709ad02d2e6b8fc" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...ml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-x86_64-unknown-linux-musl/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "x86_64" & os = "linux" | ||
conflicts: "ocaml" {!= "5.2.0"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.0-built-2024-12-12.0-x86_64-unknown-linux-musl.tar.gz" | ||
checksum: [ | ||
"sha256=98ba88f5de97e85c20bdca4d10f74bfe9c4c7f9af2be4718ec53e0bc3ae142c7" | ||
"sha512=41c31e659fe27b05f24ce07f4c0dafeaa21877d522f2522bab967ab29e17a5ea6202e08e830abebcd9a9aa1f4362bb9e965b91a8d1a3efbf1324ad84952d43cf" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...r/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-aarch64-apple-darwin/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "arm64" & os = "macos" | ||
conflicts: "ocaml" {!= "5.2.1"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-aarch64-apple-darwin.tar.gz" | ||
checksum: [ | ||
"sha256=5137c91e7fa29933f75222e8916e6eeb2a666eea103e9d4a255ca0fddf5eb8a6" | ||
"sha512=9c74f8a28d3814f04a6136adb8499a1b23ccb4555942de1de9fe0e0a2bf24fb4b108d2f084aaa6ec1b59a17a7b251374adb385dadcba9a5e881b185665132fd4" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...er/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-x86_64-apple-darwin/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "x86_64" & os = "macos" | ||
conflicts: "ocaml" {!= "5.2.1"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-x86_64-apple-darwin.tar.gz" | ||
checksum: [ | ||
"sha256=85c14722ba85b4490dfefbeef28a59d0898d49d4aa3efd7c9d76fb9be162618f" | ||
"sha512=5d0be814f253608fe2c982986489307a0c10f7972a0de9c8aaabace2cb071b752470adc3b955c097dacf1c250d793266f22cfb7848085c968a2e06b309f3daa2" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...ml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-x86_64-unknown-linux-musl/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
name: "ocaml-lsp-server" | ||
synopsis: "LSP Server for OCaml" | ||
description: "An LSP server for OCaml." | ||
maintainer: "Rudi Grinberg <[email protected]>" | ||
authors: [ | ||
"Andrey Popp <[email protected]>" | ||
"Rusty Key <[email protected]>" | ||
"Louis Roché <[email protected]>" | ||
"Oleksiy Golovko <[email protected]>" | ||
"Rudi Grinberg <[email protected]>" | ||
"Sacha Ayoun <[email protected]>" | ||
"cannorin <[email protected]>" | ||
"Ulugbek Abdullaev <[email protected]>" | ||
"Thibaut Mattio <[email protected]>" | ||
"Max Lantas <[email protected]>" | ||
] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml/ocaml-lsp" | ||
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" | ||
install: [ | ||
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ] | ||
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ] | ||
] | ||
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" | ||
available: arch = "x86_64" & os = "linux" | ||
conflicts: "ocaml" {!= "5.2.1"} | ||
url { | ||
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-12-12.0/ocaml-lsp-server.1.20.1+binary-ocaml-5.2.1-built-2024-12-12.0-x86_64-unknown-linux-musl.tar.gz" | ||
checksum: [ | ||
"sha256=618bffbc127048686a3dde269887c1a7c3fa06cd5a739bd3c9e8047e5a01093a" | ||
"sha512=f0ac845ff2ba2b644cfff4e87258657cbafec81715e36b0c45e23ecae40db8cec0ae5713ab090b8fca94da2804685d7fec1db74af3850566f2dc9be7e40ec329" | ||
] | ||
} |