this repo has no description

pa_ppx >= 0.12 uses cppo

It was failing with `cppo: command not found`
Probably it used to get it transitively

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+3
packages
pa_ppx
pa_ppx.0.12
pa_ppx.0.13
pa_ppx.0.14
+1
packages/pa_ppx/pa_ppx.0.12/opam
···
"bos" { >= "0.2.0" }
"fmt"
"uint" { >= "2.0.1" }
+
"cppo"
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
+1
packages/pa_ppx/pa_ppx.0.13/opam
···
"bos" { >= "0.2.0" }
"fmt"
"uint" { >= "2.0.1" }
+
"cppo"
"ounit"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
+1
packages/pa_ppx/pa_ppx.0.14/opam
···
"fmt"
"uint" { >= "2.0.1" }
"ounit"
+
"cppo"
"sexplib" { with-test & >= "v0.14.0" }
"ppx_import" { with-test & >= "1.7.1" }
"ppx_deriving" { with-test & < "6.0.2"}