this repo has no description
0
fork

Configure Feed

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

move conflicts over to affected packages

+3 -6
+1 -5
packages/pa_ppx_migrate/pa_ppx_migrate.0.13/opam
··· 32 32 "fmt" 33 33 "bos" { >= "0.2.0" } 34 34 ] 35 - conflicts: [ 36 - "pa_ppx_q_ast" { <= "0.11" } 37 - "pa_ppx_parsetree" { <= "0.02" } 38 - ] 39 35 build: [ 40 36 [make "-j%{jobs}%" "sys"] 41 37 [make "test"] {with-test} ··· 44 40 url { 45 41 src: "https://github.com/camlp5/pa_ppx_migrate/archive/refs/tags/0.13.tar.gz" 46 42 checksum: [ 47 - "sha512=9141b5cbfd33a699025caabe90c27cfabc0128579498ac97286de4b3b7269f663b6586713c07be8507d142f0f3924020dc78ffe6f47f45c442599cd58f4974d5" 43 + "sha512=b9934129f5090c4504a57d83734f7664008b20ebdc81a89f334a944b1415a97ff3038164c2a5fa24a221edf8d8bbd7b95596f2211a78619d869997a1305b58bb" 48 44 ] 49 45 }
+1
packages/pa_ppx_parsetree/pa_ppx_parsetree.0.02/opam
··· 26 26 "camlp5-buildscripts" { >= "0.02" } 27 27 "camlp5" { >= "8.00.04" } 28 28 "pa_ppx" { >= "0.10" } 29 + "pa_ppx_migrate" { >= "0.10" & < "0.13" } 29 30 "pa_ppx_q_ast" { >= "0.10" } 30 31 "pa_ppx_quotation2extension" 31 32 "not-ocamlfind" { >= "0.09" }
+1 -1
packages/pa_ppx_q_ast/pa_ppx_q_ast.0.11/opam
··· 23 23 "camlp5-buildscripts" { >= "0.01" } 24 24 "camlp5" { >= "8.00.04" } 25 25 "pa_ppx" { >= "0.08" } 26 - "pa_ppx_migrate" { with-test & >= "0.08" } 26 + "pa_ppx_migrate" { with-test & >= "0.08" & < "0.13" } 27 27 "pa_ppx_hashcons" { >= "0.08" } 28 28 "pa_ppx_unique" { >= "0.08" } 29 29 "pa_ppx_regexp"