this repo has no description
0
fork

Configure Feed

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

Merge pull request #26669 from kit-ty-kate/merlin-ocaml-5.3-preview

Add OCaml 5.3 previews for merlin, merlin-lib and ocaml-lsp-server

authored by

Marcello Seri and committed by
GitHub
570dec2f 91606adb

+208 -1
+28
packages/dot-merlin-reader/dot-merlin-reader.5.3~5.3preview/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" {>= "5.3" & < "5.4"} 15 + "dune" {>= "3.0.0"} 16 + "merlin-lib" {= version} 17 + "ocamlfind" {>= "1.6.0"} 18 + "alcotest" {with-test} 19 + ] 20 + available: opam-version >= "2.1.0" 21 + flags: avoid-version 22 + description: 23 + "Helper process: reads .merlin files and outputs the normalized content to 24 + stdout." 25 + url { 26 + src: "https://github.com/xvw/merlin/archive/3438e34a77bd1c3c7a10bffa0c45c419ff91286f.tar.gz" 27 + checksum: "sha256=42b33f3a60d6648d8fc3b8e3bb72453ab6364d40019c5c2be9aa42f26f255a1c" 28 + }
+32
packages/merlin-lib/merlin-lib.5.3~5.3preview/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 + ] 12 + depends: [ 13 + "ocaml" {>= "5.3" & < "5.4"} 14 + "dune" {>= "3.0.0"} 15 + "csexp" {>= "1.5.1"} 16 + "alcotest" {with-test} 17 + "menhir" {dev & >= "20201216"} 18 + "menhirLib" {dev & >= "20201216"} 19 + "menhirSdk" {dev & >= "20201216"} 20 + ] 21 + available: opam-version >= "2.1.0" 22 + flags: avoid-version 23 + synopsis: 24 + "Merlin's libraries" 25 + description: 26 + "These libraries provides access to low-level compiler interfaces and the 27 + standard higher-level merlin protocol. The library is provided as-is, is not 28 + thoroughly documented, and its public API might break with any new release." 29 + url { 30 + src: "https://github.com/xvw/merlin/archive/3438e34a77bd1c3c7a10bffa0c45c419ff91286f.tar.gz" 31 + checksum: "sha256=42b33f3a60d6648d8fc3b8e3bb72453ab6364d40019c5c2be9aa42f26f255a1c" 32 + }
+79
packages/merlin/merlin.5.3~5.3preview/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" name "-j" jobs] {with-test} 12 + ] 13 + flags: avoid-version 14 + available: opam-version >= "2.1.0" 15 + depends: [ 16 + "dune" {>= "3.0.0"} 17 + "ocaml" {>= "5.3" & < "5.4"} 18 + "merlin-lib" {= version} 19 + "dot-merlin-reader" {= version} 20 + "ocaml-index" {>= "1.0" & post} 21 + "yojson" {>= "2.0.0"} 22 + "conf-jq" {with-test} 23 + "ppxlib" {with-test} 24 + "alcotest" {with-test} 25 + ] 26 + conflicts: [ 27 + "seq" {!= "base"} 28 + ] 29 + synopsis: 30 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 31 + description: 32 + "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." 33 + post-messages: [ 34 + "merlin installed. 35 + 36 + Quick setup for VIM 37 + ------------------- 38 + Append this to your .vimrc to add merlin to vim's runtime-path: 39 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 40 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 41 + 42 + Also run the following line in vim to index the documentation: 43 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 44 + 45 + Quick setup for EMACS 46 + ------------------- 47 + Add opam emacs directory to your load-path by appending this to your .emacs: 48 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 49 + (when (and opam-share (file-directory-p opam-share)) 50 + ;; Register Merlin 51 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 52 + (autoload 'merlin-mode \"merlin\" nil t nil) 53 + ;; Automatically start it in OCaml buffers 54 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 55 + (add-hook 'caml-mode-hook 'merlin-mode t) 56 + ;; Use opam switch to lookup ocamlmerlin binary 57 + (setq merlin-command 'opam) 58 + ;; To easily change opam switches within a given Emacs session, you can 59 + ;; install the minor mode https://github.com/ProofGeneral/opam-switch-mode 60 + ;; and use one of its \"OPSW\" menus. 61 + )) 62 + Take a look at https://github.com/ocaml/merlin for more information 63 + 64 + Quick setup with opam-user-setup 65 + -------------------------------- 66 + 67 + Opam-user-setup support Merlin. 68 + 69 + $ opam user-setup install 70 + 71 + should take care of basic setup. 72 + See https://github.com/OCamlPro/opam-user-setup 73 + " 74 + {success & !user-setup:installed} 75 + ] 76 + url { 77 + src: "https://github.com/xvw/merlin/archive/3438e34a77bd1c3c7a10bffa0c45c419ff91286f.tar.gz" 78 + checksum: "sha256=42b33f3a60d6648d8fc3b8e3bb72453ab6364d40019c5c2be9aa42f26f255a1c" 79 + }
+1 -1
packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0/opam
··· 30 30 "dyn" 31 31 "stdune" 32 32 "fiber" {>= "3.1.1" & < "4.0.0"} 33 - "ocaml" {>= "5.2.0"} 33 + "ocaml" {>= "5.2.0" & < "5.3.0"} 34 34 "xdg" 35 35 "ordering" 36 36 "dune-build-info"
+68
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.0~5.3preview/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "LSP Server for OCaml" 3 + description: "An LSP server for OCaml." 4 + maintainer: ["Rudi Grinberg <me@rgrinberg.com>"] 5 + authors: [ 6 + "Andrey Popp <8mayday@gmail.com>" 7 + "Rusty Key <iam@stfoo.ru>" 8 + "Louis Roché <louis@louisroche.net>" 9 + "Oleksiy Golovko <alexei.golovko@gmail.com>" 10 + "Rudi Grinberg <me@rgrinberg.com>" 11 + "Sacha Ayoun <sachaayoun@gmail.com>" 12 + "cannorin <cannorin@gmail.com>" 13 + "Ulugbek Abdullaev <ulugbekna@gmail.com>" 14 + "Thibaut Mattio <thibaut.mattio@gmail.com>" 15 + "Max Lantas <mnxndev@outlook.com>" 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" {>= "5.3" & < "5.4"} 23 + "yojson" 24 + "base" {>= "v0.16.0"} 25 + "lsp" {= "1.19.0"} 26 + "jsonrpc" {= "1.19.0"} 27 + "re" {>= "1.5.0"} 28 + "ppx_yojson_conv_lib" {>= "v0.14"} 29 + "dune-rpc" {>= "3.4.0"} 30 + "chrome-trace" {>= "3.3.0"} 31 + "dyn" 32 + "stdune" 33 + "fiber" {>= "3.1.1" & < "4.0.0"} 34 + "xdg" 35 + "ordering" 36 + "dune-build-info" 37 + "spawn" 38 + "astring" 39 + "camlp-streams" 40 + "ppx_expect" {>= "v0.17.0" & with-test} 41 + "ocamlformat" {with-test & = "0.26.2"} 42 + "ocamlc-loc" {>= "3.7.0"} 43 + "pp" {>= "1.1.2"} 44 + "csexp" {>= "1.5"} 45 + "ocamlformat-rpc-lib" {>= "0.21.0"} 46 + "odoc" {with-doc} 47 + "merlin-lib" {= "5.3~5.3preview"} 48 + ] 49 + available: opam-version >= "2.1.0" 50 + flags: avoid-version 51 + dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 52 + build: [ 53 + ["dune" "subst"] {dev} 54 + [ 55 + "dune" 56 + "build" 57 + "-p" 58 + name 59 + "-j" 60 + jobs 61 + "@install" 62 + "@doc" {with-doc} 63 + ] 64 + ] 65 + url { 66 + src: "https://github.com/voodoos/ocaml-lsp/archive/2d66db71a2870cb79057944f0336a0af257a9874.tar.gz" 67 + checksum: "sha256=67be871e19817c7eff0315df74456a2ac915ac1843fbb9d6400c28e1615752b4" 68 + }