this repo has no description
0
fork

Configure Feed

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

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

authored by

Kate and committed by
GitHub
f77cd113 4a7248e1

+347
+30
packages/dot-merlin-reader/dot-merlin-reader.4.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + synopsis: "Reads config files for merlin" 5 + homepage: "https://github.com/ocaml/merlin" 6 + bug-reports: "https://github.com/ocaml/merlin/issues" 7 + dev-repo: "git+https://github.com/ocaml/merlin.git" 8 + license: "MIT" 9 + build: [ 10 + ["dune" "subst"] {dev} 11 + ["dune" "build" "-p" name "-j" jobs] 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.08"} 15 + "dune" {>= "2.9.0"} 16 + "yojson" {>= "1.6.0"} 17 + "ocamlfind" {>= "1.6.0"} 18 + "csexp" {>= "1.5.1"} 19 + ] 20 + description: 21 + "Helper process: reads .merlin files and gives the normalized content to merlin" 22 + url { 23 + src: 24 + "https://github.com/ocaml/merlin/releases/download/v4.5-414/merlin-4.5-414.tbz" 25 + checksum: [ 26 + "sha256=31587b422b5ebd3eebda730e946868807d829128f8dc7153fb05c0c82742058e" 27 + "sha512=cc2cf2c208091b3ae435a8124617e56f2002b7091532002ab49a1f817d90a5c4f9cf0bc5741dc7f2526e0352c3ca95b42c3b3a17c6cbfb80ad73d42310a25d22" 28 + ] 29 + } 30 + x-commit-hash: "cc1582373e5baea1d236a63be39493858032a182"
+1
packages/merlin/merlin.4.4.1~4.14preview/opam
··· 69 69 url { 70 70 src: "git+https://github.com/kit-ty-kate/merlin.git#414" 71 71 } 72 + available: false # Preview
+79
packages/merlin/merlin.4.5-411/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.11.0" & < "4.12"} 15 + "dune" {>= "2.9.0"} 16 + "dot-merlin-reader" {>= "4.2"} 17 + "yojson" {>= "1.6.0"} 18 + "conf-jq" {with-test} 19 + "csexp" {>= "1.5.1"} 20 + "menhir" {dev} 21 + "menhirLib" {dev} 22 + "menhirSdk" {dev} 23 + ] 24 + conflicts: [ 25 + "base-effects" 26 + ] 27 + synopsis: 28 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 29 + description: 30 + "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." 31 + post-messages: [ 32 + "merlin installed. 33 + 34 + Quick setup for VIM 35 + ------------------- 36 + Append this to your .vimrc to add merlin to vim's runtime-path: 37 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 38 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 39 + 40 + Also run the following line in vim to index the documentation: 41 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 42 + 43 + Quick setup for EMACS 44 + ------------------- 45 + Add opam emacs directory to your load-path by appending this to your .emacs: 46 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 47 + (when (and opam-share (file-directory-p opam-share)) 48 + ;; Register Merlin 49 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 50 + (autoload 'merlin-mode \"merlin\" nil t nil) 51 + ;; Automatically start it in OCaml buffers 52 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 53 + (add-hook 'caml-mode-hook 'merlin-mode t) 54 + ;; Use opam switch to lookup ocamlmerlin binary 55 + (setq merlin-command 'opam))) 56 + 57 + Take a look at https://github.com/ocaml/merlin for more information 58 + 59 + Quick setup with opam-user-setup 60 + -------------------------------- 61 + 62 + Opam-user-setup support Merlin. 63 + 64 + $ opam user-setup install 65 + 66 + should take care of basic setup. 67 + See https://github.com/OCamlPro/opam-user-setup 68 + " 69 + {success & !user-setup:installed} 70 + ] 71 + url { 72 + src: 73 + "https://github.com/ocaml/merlin/releases/download/v4.5-411/merlin-4.5-411.tbz" 74 + checksum: [ 75 + "sha256=f6ee7510ca16bfafe7091b187f98dcd54e3ff4d8ad9b8524053087948f37df16" 76 + "sha512=9e68ebabdc0cc398edcd255516070d6459f3bf5738c0dbe332c11c6bc4070e7bf340bc086fa2ea58597972ebe9d15860ecd0e549444809be809f0509b41652c2" 77 + ] 78 + } 79 + x-commit-hash: "5cb0e77fc3f65237b1b5159404fb7856b1b33c24"
+79
packages/merlin/merlin.4.5-412/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.12" & < "4.13"} 15 + "dune" {>= "2.9.0"} 16 + "dot-merlin-reader" {>= "4.2"} 17 + "yojson" {>= "1.6.0"} 18 + "conf-jq" {with-test} 19 + "csexp" {>= "1.5.1"} 20 + "menhir" {dev} 21 + "menhirLib" {dev} 22 + "menhirSdk" {dev} 23 + ] 24 + conflicts: [ 25 + "base-effects" 26 + ] 27 + synopsis: 28 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 29 + description: 30 + "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." 31 + post-messages: [ 32 + "merlin installed. 33 + 34 + Quick setup for VIM 35 + ------------------- 36 + Append this to your .vimrc to add merlin to vim's runtime-path: 37 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 38 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 39 + 40 + Also run the following line in vim to index the documentation: 41 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 42 + 43 + Quick setup for EMACS 44 + ------------------- 45 + Add opam emacs directory to your load-path by appending this to your .emacs: 46 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 47 + (when (and opam-share (file-directory-p opam-share)) 48 + ;; Register Merlin 49 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 50 + (autoload 'merlin-mode \"merlin\" nil t nil) 51 + ;; Automatically start it in OCaml buffers 52 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 53 + (add-hook 'caml-mode-hook 'merlin-mode t) 54 + ;; Use opam switch to lookup ocamlmerlin binary 55 + (setq merlin-command 'opam))) 56 + 57 + Take a look at https://github.com/ocaml/merlin for more information 58 + 59 + Quick setup with opam-user-setup 60 + -------------------------------- 61 + 62 + Opam-user-setup support Merlin. 63 + 64 + $ opam user-setup install 65 + 66 + should take care of basic setup. 67 + See https://github.com/OCamlPro/opam-user-setup 68 + " 69 + {success & !user-setup:installed} 70 + ] 71 + url { 72 + src: 73 + "https://github.com/ocaml/merlin/releases/download/v4.5-412/merlin-4.5-412.tbz" 74 + checksum: [ 75 + "sha256=3f3868ede63b6277bb38e4d1963a16a36a3bfd2769bfa3bc6cbcdaf85d1eac44" 76 + "sha512=f9edc3e1c9f753d7bacbdf1b92c118b54f9e9eff0bf752a2b44f39a2f7ecc76c4cd3bbe9227e910aea8b5ea947e8fe1b8d92ba0245fe47bc8cc2f45404cca973" 77 + ] 78 + } 79 + x-commit-hash: "e7a03cc8f08fca45a509a4177e7da00d12a98090"
+79
packages/merlin/merlin.4.5-413/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.13" & < "4.14"} 15 + "dune" {>= "2.9.0"} 16 + "dot-merlin-reader" {>= "4.2"} 17 + "yojson" {>= "1.6.0"} 18 + "conf-jq" {with-test} 19 + "csexp" {>= "1.5.1"} 20 + "menhir" {dev} 21 + "menhirLib" {dev} 22 + "menhirSdk" {dev} 23 + ] 24 + conflicts: [ 25 + "base-effects" 26 + ] 27 + synopsis: 28 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 29 + description: 30 + "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." 31 + post-messages: [ 32 + "merlin installed. 33 + 34 + Quick setup for VIM 35 + ------------------- 36 + Append this to your .vimrc to add merlin to vim's runtime-path: 37 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 38 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 39 + 40 + Also run the following line in vim to index the documentation: 41 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 42 + 43 + Quick setup for EMACS 44 + ------------------- 45 + Add opam emacs directory to your load-path by appending this to your .emacs: 46 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 47 + (when (and opam-share (file-directory-p opam-share)) 48 + ;; Register Merlin 49 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 50 + (autoload 'merlin-mode \"merlin\" nil t nil) 51 + ;; Automatically start it in OCaml buffers 52 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 53 + (add-hook 'caml-mode-hook 'merlin-mode t) 54 + ;; Use opam switch to lookup ocamlmerlin binary 55 + (setq merlin-command 'opam))) 56 + 57 + Take a look at https://github.com/ocaml/merlin for more information 58 + 59 + Quick setup with opam-user-setup 60 + -------------------------------- 61 + 62 + Opam-user-setup support Merlin. 63 + 64 + $ opam user-setup install 65 + 66 + should take care of basic setup. 67 + See https://github.com/OCamlPro/opam-user-setup 68 + " 69 + {success & !user-setup:installed} 70 + ] 71 + url { 72 + src: 73 + "https://github.com/ocaml/merlin/releases/download/v4.5-413/merlin-4.5-413.tbz" 74 + checksum: [ 75 + "sha256=1a947222c8d676979e85924ee7230eac3223a9c3acc12377fe383c6755c2f0ea" 76 + "sha512=b1db98c38a97ca0eef3051ab2b5d1b158e757863de6908a830308e7ea7f960eebd64b1a60bf51b10b7ea2eea3141ee0917a7c3570b63f9faa2e3f69c5d6fe0c2" 77 + ] 78 + } 79 + x-commit-hash: "a196bc7a8b653c57268f379505fa6992b729d2a0"
+79
packages/merlin/merlin.4.5-414/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" "1"] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.14" & < "4.15"} 15 + "dune" {>= "2.9.0"} 16 + "dot-merlin-reader" {>= "4.2"} 17 + "yojson" {>= "1.6.0"} 18 + "conf-jq" {with-test} 19 + "csexp" {>= "1.5.1"} 20 + "menhir" {dev} 21 + "menhirLib" {dev} 22 + "menhirSdk" {dev} 23 + ] 24 + conflicts: [ 25 + "base-effects" 26 + ] 27 + synopsis: 28 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 29 + description: 30 + "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." 31 + post-messages: [ 32 + "merlin installed. 33 + 34 + Quick setup for VIM 35 + ------------------- 36 + Append this to your .vimrc to add merlin to vim's runtime-path: 37 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 38 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 39 + 40 + Also run the following line in vim to index the documentation: 41 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 42 + 43 + Quick setup for EMACS 44 + ------------------- 45 + Add opam emacs directory to your load-path by appending this to your .emacs: 46 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 47 + (when (and opam-share (file-directory-p opam-share)) 48 + ;; Register Merlin 49 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 50 + (autoload 'merlin-mode \"merlin\" nil t nil) 51 + ;; Automatically start it in OCaml buffers 52 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 53 + (add-hook 'caml-mode-hook 'merlin-mode t) 54 + ;; Use opam switch to lookup ocamlmerlin binary 55 + (setq merlin-command 'opam))) 56 + 57 + Take a look at https://github.com/ocaml/merlin for more information 58 + 59 + Quick setup with opam-user-setup 60 + -------------------------------- 61 + 62 + Opam-user-setup support Merlin. 63 + 64 + $ opam user-setup install 65 + 66 + should take care of basic setup. 67 + See https://github.com/OCamlPro/opam-user-setup 68 + " 69 + {success & !user-setup:installed} 70 + ] 71 + url { 72 + src: 73 + "https://github.com/ocaml/merlin/releases/download/v4.5-414/merlin-4.5-414.tbz" 74 + checksum: [ 75 + "sha256=31587b422b5ebd3eebda730e946868807d829128f8dc7153fb05c0c82742058e" 76 + "sha512=cc2cf2c208091b3ae435a8124617e56f2002b7091532002ab49a1f817d90a5c4f9cf0bc5741dc7f2526e0352c3ca95b42c3b3a17c6cbfb80ad73d42310a25d22" 77 + ] 78 + } 79 + x-commit-hash: "cc1582373e5baea1d236a63be39493858032a182"