cinaps icon indicating copy to clipboard operation
cinaps copied to clipboard

Trivial Metaprogramming tool using the OCaml toplevel

Results 3 cinaps issues
Sort by recently updated
recently updated
newest added

``` $ cinaps -i src/nodes.cxx File "src/nodes.cxx", line 1, character 0: Error: the direct mode of cinaps is no longer supported. Please use the "cinaps" stanza in your dune file...

I noticed this dependency is no longer used. FYI, the most recent release cannot be built `--with-test` with ppx_jane >= 0.15. Would it be possible to cut another patch version?...

The README contains a section on [importing generator code from other files](https://github.com/ocaml-ppx/cinaps#sharing-values-across-multiple-files). This appears to be broken in the current version of `cinaps` (or, at least, I cannot get it...