Hongchang Wu
Hongchang Wu
One way to make this work without breaking backward compatibility is to introduce a new attribute (e.g., `[@enum]`). The `[@enum]` attribute is only valid on empty variant constructors. ```ocaml type...
Also `env` requires the data to be `NFData`. Any suggestion if the data is not in normal form?
It's the same contrast between `share` and `share_root`. With the current `etc` variable files can be only installed under e.g. `/usr/etc/`, but not under `/usr/etc/` or `/usr/etc/init.d`.
Hi, the purpose of this PR is not to install to root directories, but rather to be able install things under `/etc/` directory (`etc` install things under `/etc/` ) The...
@dra27 right, `opam` doesn't install to system directories, but it's perfectly conceivable for system package managers such as debian to use `opam-installer` when packaging OCaml things. As such it would...
@rjbou thanks for the reply. I'll take a look at this soon.
Apologies for not responding earlier, this has fallen off my radar. Yeah I think it will be nice to support this. I can update the PR.