iocamlserver
iocamlserver copied to clipboard
Remove cow.syntax
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?
If you have a simple template based approach that would be ideal.
I do but it will likely require using an external library. In particular, my own here https://github.com/rgrinberg/ocaml-mustache
That's fine. iocaml installs half of opam anyway!
a mustache port would be awesome!