Gabriel Radanne
Gabriel Radanne
Good, should something be changed in the doc ? The opam package uses the `--prefix` option, so the day opam is working on windows, there should be no issue.
https://github.com/travisbrady/ocaml-roaring
> which does not seem to have any obvious "pretty-print" parameter to toggle No, but it should be quite easy to add. I would gladly accept any PR adding this.
An extension of this: I you have 2 packages in the same repository, and you go through what @diml describes, the opam file generated by the "main" package is correct,...
I got bitten by the same issue, and the error message with dev version of dune-release is still equally as bad as before. Solution 4 doesn't help, that variable is...
cc @dbuenzli
cc @chenglou @jordwalke :p Would be interesting to have a rebuild-ocsigen thingy. The build aspect has always been a mess in eliom, that could help quite a bit. The other...
As you know, we already have an html api (https://github.com/ocsigen/tyxml/) and an associated PPX. The API looks like this: ``` ocaml element ~a:[attr] [child] ``` There are various typing reasons...
Tyxml can be seen as a (generic) typed overlay over untyped arbitrary XML implementations. The goals are 1) type safety 2) genericity 3) low overhead over the XML implementation. Keeping...
Side note: I didn't made that choice, it was already like that when I started working on ocsigen. I just think that, given the constraints, it's a decent choice :)