Skip to content

Commit a8dbec9

Browse files
authored
Add package files for ocamllsp.1.18.0 (#3)
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent b724383 commit a8dbec9

File tree

3 files changed

+102
-0
lines changed
  • packages/ocaml-lsp-server
    • ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-aarch64-apple-darwin
    • ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-x86_64-apple-darwin
    • ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-x86_64-unknown-linux-musl

3 files changed

+102
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
name: "ocaml-lsp-server"
3+
synopsis: "LSP Server for OCaml"
4+
description: "An LSP server for OCaml."
5+
maintainer: "Rudi Grinberg <[email protected]>"
6+
authors: [
7+
"Andrey Popp <[email protected]>"
8+
"Rusty Key <[email protected]>"
9+
"Louis Roché <[email protected]>"
10+
"Oleksiy Golovko <[email protected]>"
11+
"Rudi Grinberg <[email protected]>"
12+
"Sacha Ayoun <[email protected]>"
13+
"cannorin <[email protected]>"
14+
"Ulugbek Abdullaev <[email protected]>"
15+
"Thibaut Mattio <[email protected]>"
16+
"Max Lantas <[email protected]>"
17+
]
18+
license: "ISC"
19+
homepage: "https://github.com/ocaml/ocaml-lsp"
20+
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
21+
install: [
22+
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ]
23+
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ]
24+
]
25+
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26+
available: arch = "arm64" & os = "macos"
27+
conflicts: "ocaml" {!= "5.1.1"}
28+
url {
29+
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-11-01.0/ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-aarch64-apple-darwin.tar.gz"
30+
checksum: [
31+
"sha256=24b18efe57411de90406734c5413f2331b9439279c8719fe25091983ad8cd4d8"
32+
"sha512=74adf33beaddd1538bd554992953f056e4bdc0ccc8fcce2552fea5e043e436c5be41712574525df566fa85e0bcaeef1d59e374b11cd0b5b31e64a717e1c9f0b1"
33+
]
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
name: "ocaml-lsp-server"
3+
synopsis: "LSP Server for OCaml"
4+
description: "An LSP server for OCaml."
5+
maintainer: "Rudi Grinberg <[email protected]>"
6+
authors: [
7+
"Andrey Popp <[email protected]>"
8+
"Rusty Key <[email protected]>"
9+
"Louis Roché <[email protected]>"
10+
"Oleksiy Golovko <[email protected]>"
11+
"Rudi Grinberg <[email protected]>"
12+
"Sacha Ayoun <[email protected]>"
13+
"cannorin <[email protected]>"
14+
"Ulugbek Abdullaev <[email protected]>"
15+
"Thibaut Mattio <[email protected]>"
16+
"Max Lantas <[email protected]>"
17+
]
18+
license: "ISC"
19+
homepage: "https://github.com/ocaml/ocaml-lsp"
20+
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
21+
install: [
22+
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ]
23+
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ]
24+
]
25+
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26+
available: arch = "x86_64" & os = "macos"
27+
conflicts: "ocaml" {!= "5.1.1"}
28+
url {
29+
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-11-01.0/ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-x86_64-apple-darwin.tar.gz"
30+
checksum: [
31+
"sha256=2c6343e0d16467459835ff86007d64287c1df1bcaa2536b243fb7b971a2795f0"
32+
"sha512=7a8829cf2ad30e60c9ef511962bd5e0d29c55573071aa26a1b03c3a5c4acfca415d7a56e838c3aed0b10667dccfe99c40a9830aa44fb948948049786d582e5ac"
33+
]
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
name: "ocaml-lsp-server"
3+
synopsis: "LSP Server for OCaml"
4+
description: "An LSP server for OCaml."
5+
maintainer: "Rudi Grinberg <[email protected]>"
6+
authors: [
7+
"Andrey Popp <[email protected]>"
8+
"Rusty Key <[email protected]>"
9+
"Louis Roché <[email protected]>"
10+
"Oleksiy Golovko <[email protected]>"
11+
"Rudi Grinberg <[email protected]>"
12+
"Sacha Ayoun <[email protected]>"
13+
"cannorin <[email protected]>"
14+
"Ulugbek Abdullaev <[email protected]>"
15+
"Thibaut Mattio <[email protected]>"
16+
"Max Lantas <[email protected]>"
17+
]
18+
license: "ISC"
19+
homepage: "https://github.com/ocaml/ocaml-lsp"
20+
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
21+
install: [
22+
[ "find" "." "-type" "d" "-exec" "mkdir" "-p" "%{prefix}%/{}" ";" ]
23+
[ "find" "." "-type" "f" "-exec" "cp" "{}" "%{prefix}%/{}" ";" ]
24+
]
25+
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26+
available: arch = "x86_64" & os = "linux"
27+
conflicts: "ocaml" {!= "5.1.1"}
28+
url {
29+
src: "https://github.com/ocaml-dune/ocaml-binary-packages/releases/download/2024-11-01.0/ocaml-lsp-server.1.18.0+binary-ocaml-5.1.1-built-2024-11-01.0-x86_64-unknown-linux-musl.tar.gz"
30+
checksum: [
31+
"sha256=4948adbf0f5f1c4075ba92b62ab45e73327bf3d90098d42b11c6c43ec4b882c5"
32+
"sha512=469ee500da5bdb5700080b98215d9ff3efbcf5119272c7053f792b7b2611316bd6ebfc0b109b1f17bfd2df90497a12ffd32c6975400f665db11a52c44199b2b1"
33+
]
34+
}

0 commit comments

Comments
 (0)