Skip to content

Commit 210c3f4

Browse files
authored
Merge branch 'ocaml:master' into opam-publish-algaeff.0.2.1
2 parents e3843eb + 4032306 commit 210c3f4

File tree

20 files changed

+288
-1
lines changed
  • packages
    • jsonrpc/jsonrpc.1.15.0~5.0preview1
    • llvm
    • lsp/lsp.1.15.0~5.0preview1
    • ocaml-lsp-server
      • ocaml-lsp-server.1.13.2~5.0preview
      • ocaml-lsp-server.1.15.0~5.0preview1
    • ocaml-manual/ocaml-manual.5.0.0
    • ocaml-options-only-no-flat-float-array
      • ocaml-options-only-no-flat-float-array.1+bytecode-only
      • ocaml-options-only-no-flat-float-array.1
    • tezos-sapling-parameters/tezos-sapling-parameters.1.1.0

20 files changed

+288
-1
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Jsonrpc protocol implemenation"
3+
description: "See https://www.jsonrpc.org/specification"
4+
maintainer: ["Rudi Grinberg <[email protected]>"]
5+
authors: [
6+
"Andrey Popp <[email protected]>"
7+
"Rusty Key <[email protected]>"
8+
"Louis Roché <[email protected]>"
9+
"Oleksiy Golovko <[email protected]>"
10+
"Rudi Grinberg <[email protected]>"
11+
"Sacha Ayoun <[email protected]>"
12+
"cannorin <[email protected]>"
13+
"Ulugbek Abdullaev <[email protected]>"
14+
"Thibaut Mattio <[email protected]>"
15+
"Max Lantas <[email protected]>"
16+
]
17+
license: "ISC"
18+
homepage: "https://github.com/ocaml/ocaml-lsp"
19+
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20+
depends: [
21+
"dune" {>= "3.0"}
22+
"ocaml" {>= "4.08"}
23+
"odoc" {with-doc}
24+
]
25+
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
26+
build: [
27+
["dune" "subst"] {dev}
28+
["ocaml" "unix.cma" "unvendor.ml"]
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@doc" {with-doc}
38+
]
39+
]
40+
url {
41+
src:
42+
"https://github.com/ocaml/ocaml-lsp/releases/download/1.15.0%2B5.0preview1/lsp-1.15.0.5.0preview1.tbz"
43+
checksum: [
44+
"sha256=e988a9de9a3e809ac1005c1eafd8f5825842edb8e92d05199110b682968c102c"
45+
"sha512=a581a81b19b2d33e4ccf45d042b889164965bdefdbba06a5af8959052a0b515ede09fc8d75c25d8795777c61c39a299930fe3dbc3d69a561b6065f6629baa0a6"
46+
]
47+
}
48+
x-commit-hash: "a2779a1e8fa244a2d2002fc872f8672f6e7ca067"

packages/llvm/llvm.3.4/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ depends: [
2222
"ocaml"
2323
"ocamlbuild" {build}
2424
]
25+
conflicts: [
26+
"base-nnp"
27+
"ocaml-option-nnpchecker"
28+
]
2529
install: ["sh" "./compile.sh" "install" "3.4" make prefix lib]
2630
synopsis: "The official LLVM binding"
2731
description: "Note: LLVM should be installed first."

packages/llvm/llvm.3.5/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ depends: [
2222
"ocaml"
2323
"ocamlbuild" {build}
2424
]
25+
conflicts: [
26+
"base-nnp"
27+
"ocaml-option-nnpchecker"
28+
]
2529
install: ["sh" "./compile.sh" "install" "3.5" make prefix lib]
2630
synopsis: "The official LLVM binding"
2731
description: "Note: LLVM should be installed first."

packages/llvm/llvm.3.6/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ depends: [
1616
"ounit" {with-test}
1717
"ocamlbuild" {build}
1818
]
19+
conflicts: [
20+
"base-nnp"
21+
"ocaml-option-nnpchecker"
22+
]
1923
depexts: [
2024
["llvm-3.6-dev"] {os-family = "debian"}
2125
["homebrew/versions/llvm36"] {os = "macos" & os-distribution = "homebrew"}

packages/llvm/llvm.3.7/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ depends: [
1717
"ounit" {with-test}
1818
"ocamlbuild" {build}
1919
]
20+
conflicts: [
21+
"base-nnp"
22+
"ocaml-option-nnpchecker"
23+
]
2024
depexts: [
2125
["llvm-3.7-dev"] {os-family = "debian"}
2226
["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"}

packages/llvm/llvm.3.8/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ depends: [
1919
"conf-llvm" {build & = "3.8"}
2020
"conf-python-2-7" {build}
2121
]
22+
conflicts: [
23+
"base-nnp"
24+
"ocaml-option-nnpchecker"
25+
]
2226
synopsis: "The OCaml bindings distributed with LLVM"
2327
description: "Note: LLVM should be installed first."
2428
flags: light-uninstall

packages/llvm/llvm.3.9/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ depends: [
3333
"conf-python-2-7" {build}
3434
"conf-cmake" {build}
3535
]
36+
conflicts: [
37+
"base-nnp"
38+
"ocaml-option-nnpchecker"
39+
]
3640
synopsis: "The OCaml bindings distributed with LLVM"
3741
description: "Note: LLVM should be installed first."
3842
extra-files: [

packages/llvm/llvm.4.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ depends: [
2525
"conf-python-2-7" {build}
2626
"conf-cmake" {build}
2727
]
28+
conflicts: [
29+
"base-nnp"
30+
"ocaml-option-nnpchecker"
31+
]
2832
synopsis: "The OCaml bindings distributed with LLVM"
2933
description: "Note: LLVM should be installed first."
3034
extra-files: [

packages/llvm/llvm.5.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ depends: [
2626
"conf-python-2-7" {build}
2727
"conf-cmake" {build}
2828
]
29+
conflicts: [
30+
"base-nnp"
31+
"ocaml-option-nnpchecker"
32+
]
2933
patches: [
3034
"fix-shared.patch"
3135
]

packages/llvm/llvm.6.0.0/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ depends: [
2626
"conf-python-2-7" {build}
2727
"conf-cmake" {build}
2828
]
29+
conflicts: [
30+
"base-nnp"
31+
"ocaml-option-nnpchecker"
32+
]
2933
patches: [
3034
"fix-shared.patch"
3135
]

0 commit comments

Comments
 (0)