Closed djs55 closed 6 years ago
Hm, this seems to break under cstruct.3.0.0
:
(cd _build/default && ./.ppx/ppx_sexp_conv+cstruct.ppx/ppx.exe -no-check --dump-ast --cookie 'library-name="vchan"' -o lib/endpoint.pp.ml --impl lib/endpoint.ml)
File "lib/endpoint.ml", line 96, characters 12-19:
Error: ppx_type_conv: 'sexp_of' is not a supported type type-conv generator
This only builds if I pin https://github.com/mirage/ocaml-cstruct/pull/151
@djs55 I'm going to close this since it conflicts with the current jbuild - please feel free to reopen if you're still working on this.
The findlib package
cstruct.ppx
is preferred toppx_cstruct
since it should work with bothcstruct.2.4.1
andcstruct.3.0.0
Related to https://github.com/ocaml/opam-repository/pull/9455