this repo has no description
0
fork

Configure Feed

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

Merge pull request #20443 from emillon/dune3-result-deps

Dune3: add implicit "result" dependencies

authored by

Marcello Seri and committed by
GitHub
c50d5700 6e606de9

+3 -3
+1
packages/dispatch/dispatch.0.5.0/opam
··· 9 9 "ocaml" {>="4.03.0"} 10 10 "alcotest" {with-test & > "0.5.0"} 11 11 "dune" {>= "1.0"} 12 + "result" 12 13 ] 13 14 build: [ 14 15 ["dune" "subst"] {dev}
+1
packages/lsp/lsp.1.9.1/opam
··· 30 30 "uutf" 31 31 "odoc" {with-doc} 32 32 "ocaml" {>= "4.12"} 33 + "result" 33 34 ] 34 35 dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 35 36 build: [
+1 -3
packages/rpclib/rpclib.8.1.1/opam
··· 14 14 "base64" {>= "3.4.0"} 15 15 "cmdliner" {>= "0.9.8"} 16 16 "rresult" {>= "0.3.0"} 17 + "result" {>= "1.5"} 17 18 "xmlm" 18 19 "yojson" {>= "1.7.0"} 19 - ] 20 - conflicts: [ 21 - "result" {< "1.5"} 22 20 ] 23 21 build: [ 24 22 ["dune" "build" "-p" name "-j" jobs]