Browse thread
Lwt and OCamlMakefile
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Romain Beauxis <toots@r...> |
| Subject: | Re: [Caml-list] Lwt and OCamlMakefile |
Le mardi 21 décembre 2010 04:02:13, Michael Ekstrand a écrit : > So, the real solution is to use a shell script which wraps 'camlp4o' and > looks up the appropriate package lines with ocamlfind. It will do > something like > > camlp4 $(ocamlfind -predicates preprocesor,syntax -syntax camlp4o > -package lwt.syntax) Would camlp4o `ocamlfind query lwt.syntax}`/pa_lwt.cmo do ? Romain