Thomas Gazagnaire
Thomas Gazagnaire
I'm not fond of this for the default profille.
Do you have an example of what this changes for the conventional profile?
if you really want to pass a flag to opam via the env variabale, you can already do it. warning: it's ugly. ``` $ cat opam # an ugly opam...
You can put things in that file and that will work. You can also put things in `.config` and call `pkg:` in the `opam` file directly (doesn't work yet for...
See http://opam.ocaml.org/doc/manual/dev-manual.html#sec40 and `opam config list` to see how to use these `.config` files.
yup. but I guess you can use that to register some user preferences as well (eg. you can create a package `crypto-conf` with the configuration values and a hack to...
Humph, the manual is wrong. The correct path is `$prefix/lib/$pkg/opam.config` which might not be the best name ever. /cc @AltGr
@amirmc how did you manage to fix that ?
I have the same problem trying to compile [profuse](https://github.com/dsheets/profuse) so I'm interested if you manage to find a solution.
That looks pretty nice!