this repo has no description
0
fork

Configure Feed

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

Merge pull request #27041 from voodoos/release-dmr-4.18

Release dot-merlin-reader 4.18-414

authored by

Anil Madhavapeddy and committed by
GitHub
4efcf9b9 c76a476e

+31 -1
+30
packages/dot-merlin-reader/dot-merlin-reader.4.18-414/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.14"} 15 + "dune" {>= "2.9.0"} 16 + "merlin-lib" {= version} 17 + "ocamlfind" {>= "1.6.0"} 18 + ] 19 + description: 20 + "Helper process: reads .merlin files and outputs the normalized content to 21 + stdout." 22 + url { 23 + src: 24 + "https://github.com/ocaml/merlin/releases/download/v4.18-414/merlin-4.18-414.tbz" 25 + checksum: [ 26 + "sha256=f6d6f7a266141e358c1a869612c8135c859185d547ea3ba5c9ad7bb67fe30cc1" 27 + "sha512=4f272bdb028fd984fef406f7e1eadd0a3ab99d94016316f1b842782b1d1bba2bd50dcf3b4021c2096c6d9b5e5f9f6bae61bedcfd9f933f15c190e01777ef83a9" 28 + ] 29 + } 30 + x-commit-hash: "2b9cd21c24a687ca4dc6d0a191942b13903eae82"
+1 -1
packages/merlin/merlin.4.18-414/opam
··· 14 14 "ocaml" {>= "4.14" & < "4.15"} 15 15 "dune" {>= "2.9.0"} 16 16 "merlin-lib" {= version} 17 - "dot-merlin-reader" {>= "4.17.1" < "5.0"} 17 + "dot-merlin-reader" {= version} 18 18 "yojson" {>= "2.0.0"} 19 19 "conf-jq" {with-test} 20 20 "ppxlib" {with-test}