[
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: | 2010-11-19 (09:00) |
From: | Sylvain Le Gall <sylvain@l...> |
Subject: | Re: ocamlbuild and packs |
On 18-11-2010, Thomas Gazagnaire <thomas.gazagnaire@inria.fr> wrote: > Hi all, > > I've got a source tree with the following patterns : > > A/a.ml (defines 'let x = 1') > > B/a.ml (use A.x and defines 'let y = 2') > B/b.ml > B/b.mlpack (contains 'A B') > > C/a.ml (use A.x) > C/b.ml (use B.A.y) > C/c.mlpack (contains 'A B') > > Is there any way with ocamlbuild to build that tree (if possible using > only _tags files, but if not I would be happy to have at least a > solution :-) ? > You can try to start building A/a.mlpack and use the generated library in other libraries. Regards, Sylvain Le Gall