this repo has no description

Merge pull request #21121 from voodoos/release-merlin-v4.5-414

[new release] merlin 4.5-414/413/412/411 and dot-merlin-reader 4.2

Kate f77cd113 4a7248e1

Changed files
+347
packages
dot-merlin-reader
dot-merlin-reader.4.2
merlin
merlin.4.4.1~4.14preview
merlin.4.5-411
merlin.4.5-412
merlin.4.5-413
merlin.4.5-414
+30
packages/dot-merlin-reader/dot-merlin-reader.4.2/opam
···
···
+
opam-version: "2.0"
+
maintainer: "defree@gmail.com"
+
authors: "The Merlin team"
+
synopsis: "Reads config files for merlin"
+
homepage: "https://github.com/ocaml/merlin"
+
bug-reports: "https://github.com/ocaml/merlin/issues"
+
dev-repo: "git+https://github.com/ocaml/merlin.git"
+
license: "MIT"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.9.0"}
+
"yojson" {>= "1.6.0"}
+
"ocamlfind" {>= "1.6.0"}
+
"csexp" {>= "1.5.1"}
+
]
+
description:
+
"Helper process: reads .merlin files and gives the normalized content to merlin"
+
url {
+
src:
+
"https://github.com/ocaml/merlin/releases/download/v4.5-414/merlin-4.5-414.tbz"
+
checksum: [
+
"sha256=31587b422b5ebd3eebda730e946868807d829128f8dc7153fb05c0c82742058e"
+
"sha512=cc2cf2c208091b3ae435a8124617e56f2002b7091532002ab49a1f817d90a5c4f9cf0bc5741dc7f2526e0352c3ca95b42c3b3a17c6cbfb80ad73d42310a25d22"
+
]
+
}
+
x-commit-hash: "cc1582373e5baea1d236a63be39493858032a182"
+1
packages/merlin/merlin.4.4.1~4.14preview/opam
···
url {
src: "git+https://github.com/kit-ty-kate/merlin.git#414"
}
···
url {
src: "git+https://github.com/kit-ty-kate/merlin.git#414"
}
+
available: false # Preview
+79
packages/merlin/merlin.4.5-411/opam
···
···
+
opam-version: "2.0"
+
maintainer: "defree@gmail.com"
+
authors: "The Merlin team"
+
homepage: "https://github.com/ocaml/merlin"
+
bug-reports: "https://github.com/ocaml/merlin/issues"
+
dev-repo: "git+https://github.com/ocaml/merlin.git"
+
license: "MIT"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.11.0" & < "4.12"}
+
"dune" {>= "2.9.0"}
+
"dot-merlin-reader" {>= "4.2"}
+
"yojson" {>= "1.6.0"}
+
"conf-jq" {with-test}
+
"csexp" {>= "1.5.1"}
+
"menhir" {dev}
+
"menhirLib" {dev}
+
"menhirSdk" {dev}
+
]
+
conflicts: [
+
"base-effects"
+
]
+
synopsis:
+
"Editor helper, provides completion, typing and source browsing in Vim and Emacs"
+
description:
+
"Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more."
+
post-messages: [
+
"merlin installed.
+
+
Quick setup for VIM
+
-------------------
+
Append this to your .vimrc to add merlin to vim's runtime-path:
+
let g:opamshare = substitute(system('opam var share'),'\\n$','','''')
+
execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\"
+
+
Also run the following line in vim to index the documentation:
+
:execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\"
+
+
Quick setup for EMACS
+
-------------------
+
Add opam emacs directory to your load-path by appending this to your .emacs:
+
(let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\")))))
+
(when (and opam-share (file-directory-p opam-share))
+
;; Register Merlin
+
(add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share))
+
(autoload 'merlin-mode \"merlin\" nil t nil)
+
;; Automatically start it in OCaml buffers
+
(add-hook 'tuareg-mode-hook 'merlin-mode t)
+
(add-hook 'caml-mode-hook 'merlin-mode t)
+
;; Use opam switch to lookup ocamlmerlin binary
+
(setq merlin-command 'opam)))
+
+
Take a look at https://github.com/ocaml/merlin for more information
+
+
Quick setup with opam-user-setup
+
--------------------------------
+
+
Opam-user-setup support Merlin.
+
+
$ opam user-setup install
+
+
should take care of basic setup.
+
See https://github.com/OCamlPro/opam-user-setup
+
"
+
{success & !user-setup:installed}
+
]
+
url {
+
src:
+
"https://github.com/ocaml/merlin/releases/download/v4.5-411/merlin-4.5-411.tbz"
+
checksum: [
+
"sha256=f6ee7510ca16bfafe7091b187f98dcd54e3ff4d8ad9b8524053087948f37df16"
+
"sha512=9e68ebabdc0cc398edcd255516070d6459f3bf5738c0dbe332c11c6bc4070e7bf340bc086fa2ea58597972ebe9d15860ecd0e549444809be809f0509b41652c2"
+
]
+
}
+
x-commit-hash: "5cb0e77fc3f65237b1b5159404fb7856b1b33c24"
+79
packages/merlin/merlin.4.5-412/opam
···
···
+
opam-version: "2.0"
+
maintainer: "defree@gmail.com"
+
authors: "The Merlin team"
+
homepage: "https://github.com/ocaml/merlin"
+
bug-reports: "https://github.com/ocaml/merlin/issues"
+
dev-repo: "git+https://github.com/ocaml/merlin.git"
+
license: "MIT"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.12" & < "4.13"}
+
"dune" {>= "2.9.0"}
+
"dot-merlin-reader" {>= "4.2"}
+
"yojson" {>= "1.6.0"}
+
"conf-jq" {with-test}
+
"csexp" {>= "1.5.1"}
+
"menhir" {dev}
+
"menhirLib" {dev}
+
"menhirSdk" {dev}
+
]
+
conflicts: [
+
"base-effects"
+
]
+
synopsis:
+
"Editor helper, provides completion, typing and source browsing in Vim and Emacs"
+
description:
+
"Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more."
+
post-messages: [
+
"merlin installed.
+
+
Quick setup for VIM
+
-------------------
+
Append this to your .vimrc to add merlin to vim's runtime-path:
+
let g:opamshare = substitute(system('opam var share'),'\\n$','','''')
+
execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\"
+
+
Also run the following line in vim to index the documentation:
+
:execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\"
+
+
Quick setup for EMACS
+
-------------------
+
Add opam emacs directory to your load-path by appending this to your .emacs:
+
(let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\")))))
+
(when (and opam-share (file-directory-p opam-share))
+
;; Register Merlin
+
(add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share))
+
(autoload 'merlin-mode \"merlin\" nil t nil)
+
;; Automatically start it in OCaml buffers
+
(add-hook 'tuareg-mode-hook 'merlin-mode t)
+
(add-hook 'caml-mode-hook 'merlin-mode t)
+
;; Use opam switch to lookup ocamlmerlin binary
+
(setq merlin-command 'opam)))
+
+
Take a look at https://github.com/ocaml/merlin for more information
+
+
Quick setup with opam-user-setup
+
--------------------------------
+
+
Opam-user-setup support Merlin.
+
+
$ opam user-setup install
+
+
should take care of basic setup.
+
See https://github.com/OCamlPro/opam-user-setup
+
"
+
{success & !user-setup:installed}
+
]
+
url {
+
src:
+
"https://github.com/ocaml/merlin/releases/download/v4.5-412/merlin-4.5-412.tbz"
+
checksum: [
+
"sha256=3f3868ede63b6277bb38e4d1963a16a36a3bfd2769bfa3bc6cbcdaf85d1eac44"
+
"sha512=f9edc3e1c9f753d7bacbdf1b92c118b54f9e9eff0bf752a2b44f39a2f7ecc76c4cd3bbe9227e910aea8b5ea947e8fe1b8d92ba0245fe47bc8cc2f45404cca973"
+
]
+
}
+
x-commit-hash: "e7a03cc8f08fca45a509a4177e7da00d12a98090"
+79
packages/merlin/merlin.4.5-413/opam
···
···
+
opam-version: "2.0"
+
maintainer: "defree@gmail.com"
+
authors: "The Merlin team"
+
homepage: "https://github.com/ocaml/merlin"
+
bug-reports: "https://github.com/ocaml/merlin/issues"
+
dev-repo: "git+https://github.com/ocaml/merlin.git"
+
license: "MIT"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.13" & < "4.14"}
+
"dune" {>= "2.9.0"}
+
"dot-merlin-reader" {>= "4.2"}
+
"yojson" {>= "1.6.0"}
+
"conf-jq" {with-test}
+
"csexp" {>= "1.5.1"}
+
"menhir" {dev}
+
"menhirLib" {dev}
+
"menhirSdk" {dev}
+
]
+
conflicts: [
+
"base-effects"
+
]
+
synopsis:
+
"Editor helper, provides completion, typing and source browsing in Vim and Emacs"
+
description:
+
"Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more."
+
post-messages: [
+
"merlin installed.
+
+
Quick setup for VIM
+
-------------------
+
Append this to your .vimrc to add merlin to vim's runtime-path:
+
let g:opamshare = substitute(system('opam var share'),'\\n$','','''')
+
execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\"
+
+
Also run the following line in vim to index the documentation:
+
:execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\"
+
+
Quick setup for EMACS
+
-------------------
+
Add opam emacs directory to your load-path by appending this to your .emacs:
+
(let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\")))))
+
(when (and opam-share (file-directory-p opam-share))
+
;; Register Merlin
+
(add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share))
+
(autoload 'merlin-mode \"merlin\" nil t nil)
+
;; Automatically start it in OCaml buffers
+
(add-hook 'tuareg-mode-hook 'merlin-mode t)
+
(add-hook 'caml-mode-hook 'merlin-mode t)
+
;; Use opam switch to lookup ocamlmerlin binary
+
(setq merlin-command 'opam)))
+
+
Take a look at https://github.com/ocaml/merlin for more information
+
+
Quick setup with opam-user-setup
+
--------------------------------
+
+
Opam-user-setup support Merlin.
+
+
$ opam user-setup install
+
+
should take care of basic setup.
+
See https://github.com/OCamlPro/opam-user-setup
+
"
+
{success & !user-setup:installed}
+
]
+
url {
+
src:
+
"https://github.com/ocaml/merlin/releases/download/v4.5-413/merlin-4.5-413.tbz"
+
checksum: [
+
"sha256=1a947222c8d676979e85924ee7230eac3223a9c3acc12377fe383c6755c2f0ea"
+
"sha512=b1db98c38a97ca0eef3051ab2b5d1b158e757863de6908a830308e7ea7f960eebd64b1a60bf51b10b7ea2eea3141ee0917a7c3570b63f9faa2e3f69c5d6fe0c2"
+
]
+
}
+
x-commit-hash: "a196bc7a8b653c57268f379505fa6992b729d2a0"
+79
packages/merlin/merlin.4.5-414/opam
···
···
+
opam-version: "2.0"
+
maintainer: "defree@gmail.com"
+
authors: "The Merlin team"
+
homepage: "https://github.com/ocaml/merlin"
+
bug-reports: "https://github.com/ocaml/merlin/issues"
+
dev-repo: "git+https://github.com/ocaml/merlin.git"
+
license: "MIT"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.14" & < "4.15"}
+
"dune" {>= "2.9.0"}
+
"dot-merlin-reader" {>= "4.2"}
+
"yojson" {>= "1.6.0"}
+
"conf-jq" {with-test}
+
"csexp" {>= "1.5.1"}
+
"menhir" {dev}
+
"menhirLib" {dev}
+
"menhirSdk" {dev}
+
]
+
conflicts: [
+
"base-effects"
+
]
+
synopsis:
+
"Editor helper, provides completion, typing and source browsing in Vim and Emacs"
+
description:
+
"Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more."
+
post-messages: [
+
"merlin installed.
+
+
Quick setup for VIM
+
-------------------
+
Append this to your .vimrc to add merlin to vim's runtime-path:
+
let g:opamshare = substitute(system('opam var share'),'\\n$','','''')
+
execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\"
+
+
Also run the following line in vim to index the documentation:
+
:execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\"
+
+
Quick setup for EMACS
+
-------------------
+
Add opam emacs directory to your load-path by appending this to your .emacs:
+
(let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\")))))
+
(when (and opam-share (file-directory-p opam-share))
+
;; Register Merlin
+
(add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share))
+
(autoload 'merlin-mode \"merlin\" nil t nil)
+
;; Automatically start it in OCaml buffers
+
(add-hook 'tuareg-mode-hook 'merlin-mode t)
+
(add-hook 'caml-mode-hook 'merlin-mode t)
+
;; Use opam switch to lookup ocamlmerlin binary
+
(setq merlin-command 'opam)))
+
+
Take a look at https://github.com/ocaml/merlin for more information
+
+
Quick setup with opam-user-setup
+
--------------------------------
+
+
Opam-user-setup support Merlin.
+
+
$ opam user-setup install
+
+
should take care of basic setup.
+
See https://github.com/OCamlPro/opam-user-setup
+
"
+
{success & !user-setup:installed}
+
]
+
url {
+
src:
+
"https://github.com/ocaml/merlin/releases/download/v4.5-414/merlin-4.5-414.tbz"
+
checksum: [
+
"sha256=31587b422b5ebd3eebda730e946868807d829128f8dc7153fb05c0c82742058e"
+
"sha512=cc2cf2c208091b3ae435a8124617e56f2002b7091532002ab49a1f817d90a5c4f9cf0bc5741dc7f2526e0352c3ca95b42c3b3a17c6cbfb80ad73d42310a25d22"
+
]
+
}
+
x-commit-hash: "cc1582373e5baea1d236a63be39493858032a182"