Hi, On Thu, 14 May 2015 11:49:04 +0100, Anil Madhavapeddy wrote: > > Looks good; it does impose an OCaml 4.02+ restriction on the use of ppx, > which I need to figure out how to do in OASIS so that we can apply this to > Cohttp. I think it'll work with a flag that is only activated if the ppx > package is installed, which can only happen on 4.02+.
If you are using oasis2opam, I recommend using the name of the findlib library as the flag name so that oasis2opam inserts an appropriate --enable... to the configure phase in opam. Example: https://github.com/Chris00/ocaml-cairo/blob/master/_oasis#L17 Cheers, C. _______________________________________________ MirageOS-devel mailing list [email protected] http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
