iocamlserver icon indicating copy to clipboard operation
iocamlserver copied to clipboard

Remove cow.syntax

Open rgrinberg opened this issue 8 years ago • 4 comments

In my attempt to port this to jbuilder, I need to get rid of the cow camlp4 extension. But that extension doesn't have a ppx port. I think the easiest way to move forward with removing that extension is to use either a template system like mustache or just do string concatenation.

What do you think?

rgrinberg avatar May 30 '17 15:05 rgrinberg

If you have a simple template based approach that would be ideal.

andrewray avatar May 30 '17 15:05 andrewray

I do but it will likely require using an external library. In particular, my own here https://github.com/rgrinberg/ocaml-mustache

rgrinberg avatar May 30 '17 15:05 rgrinberg

That's fine. iocaml installs half of opam anyway!

andrewray avatar May 30 '17 15:05 andrewray

a mustache port would be awesome!

avsm avatar May 30 '17 15:05 avsm