this repo has no description
0
fork

Configure Feed

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

Add missing upper bounds ahead of ppxlib.0.36.0 release

Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>

+7 -7
+1 -1
packages/landmarks-ppx/landmarks-ppx.1.4/opam
··· 11 11 depends: [ 12 12 "dune" {>= "2.7"} 13 13 "ocaml" {>= "4.08"} 14 - "ppxlib" {>= "0.22"} 14 + "ppxlib" {>= "0.22" & < "0.36.0"} 15 15 "landmarks" {= "1.4"} 16 16 "odoc" {with-doc} 17 17 ]
+1 -1
packages/landmarks-ppx/landmarks-ppx.1.5/opam
··· 12 12 depends: [ 13 13 "dune" {>= "3.16"} 14 14 "ocaml" {>= "4.08"} 15 - "ppxlib" {>= "0.22"} 15 + "ppxlib" {>= "0.22" & < "0.36.0"} 16 16 "landmarks" {= "1.5"} 17 17 "odoc" {with-doc} 18 18 ]
+1 -1
packages/melange/melange.5.0.1-414/opam
··· 13 13 "cppo" {build} 14 14 "ounit" {with-test} 15 15 "reason" {dev & with-test} 16 - "ppxlib" {>= "0.30.0"} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 17 "menhir" {>= "20201214"} 18 18 "reason-react-ppx" {with-test & post} 19 19 "merlin" {with-test}
+1 -1
packages/melange/melange.5.0.1-51/opam
··· 13 13 "cppo" {build} 14 14 "ounit" {with-test} 15 15 "reason" {dev & with-test} 16 - "ppxlib" {>= "0.30.0"} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 17 "menhir" {>= "20201214"} 18 18 "reason-react-ppx" {with-test & post} 19 19 "merlin" {with-test}
+1 -1
packages/melange/melange.5.0.1-52/opam
··· 13 13 "cppo" {build} 14 14 "ounit" {with-test} 15 15 "reason" {dev & with-test} 16 - "ppxlib" {>= "0.30.0"} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 17 "menhir" {>= "20201214"} 18 18 "reason-react-ppx" {with-test & post} 19 19 "merlin" {with-test}
+1 -1
packages/melange/melange.5.0.1-53/opam
··· 13 13 "cppo" {build} 14 14 "ounit" {with-test} 15 15 "reason" {dev & with-test} 16 - "ppxlib" {>= "0.30.0"} 16 + "ppxlib" {>= "0.30.0" & < "0.36.0"} 17 17 "menhir" {>= "20201214"} 18 18 "reason-react-ppx" {with-test & post} 19 19 "merlin" {with-test}
+1 -1
packages/ocsigen-ppx-rpc/ocsigen-ppx-rpc.1.0/opam
··· 13 13 ] 14 14 depends: [ 15 15 "dune" {>= "2.8"} 16 - "ppxlib" {>= "0.15.0"} 16 + "ppxlib" {>= "0.15.0" & < "0.36.0"} 17 17 ] 18 18 url { 19 19 src: "https://github.com/ocsigen/ocsigen-ppx-rpc/archive/1.0.tar.gz"