this repo has no description
0
fork

Configure Feed

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

Merge pull request #19674 from kit-ty-kate/fix-31

Avoid previews when possible

authored by

David Allsopp and committed by
GitHub
f8dfc4e2 121933fb

+3
+1
packages/merlin/merlin.4.3.2~4.13preview/opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" jobs] {with-test} 12 12 ] 13 + flags: avoid-version 13 14 depends: [ 14 15 "ocaml" {>= "4.13" & < "4.14"} 15 16 "dune" {>= "2.9.0"}
+1
packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam
··· 17 17 license: "ISC" 18 18 homepage: "https://github.com/ocaml/ocaml-lsp" 19 19 bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 20 + flags: avoid-version 20 21 depends: [ 21 22 "dune" {>= "2.9"} 22 23 "yojson"
+1
packages/ocamlformat/ocamlformat.0.19.0~4.13preview/opam
··· 7 7 license: "MIT" 8 8 homepage: "https://github.com/ocaml-ppx/ocamlformat" 9 9 bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10 + flags: avoid-version 10 11 depends: [ 11 12 "dune" {>= "2.8"} 12 13 "ocaml" {>= "4.13" & < "4.14"}