this repo has no description

bistro: add missing dep on ppxlib

pveber/bistro#47 mentionned there's an incompatibility with version 0.23.0 of ppxlib, which made me realize that the dep on ppxlib was missing.

pveber f5db11f8 c7f70eff

Changed files
+1
packages
bistro
bistro.0.5.0
+1
packages/bistro/bistro.0.5.0/opam
···
"lwt" {>= "3.2.0"}
"lwt_react"
"ocamlgraph" {>= "1.8.7"}
+
"ppxlib" {< "0.23.0"}
"ppx_sexp_conv" {< "v0.13"}
"rresult"
"sexplib" {>= "113.24.00" & < "v0.13"}