* cut down camldep
@ 2007-09-28 15:36 skaller
2007-09-28 16:03 ` [Caml-list] " Luc Maranget
0 siblings, 1 reply; 3+ messages in thread
From: skaller @ 2007-09-28 15:36 UTC (permalink / raw)
To: caml-list
I wonder if there is some hope of an 'camldep' program which,
given a file x.ml(i) lists the modules on which it depends
but not provided internally.
Possibly this can be done in camlp4?
What I do not want is grubby makefile syntax, assumptions
about file extensions, or any directory scanning. Just
camldep -pp camlp4_things filename.ml
prints:
List
Hashtbl
for example.
--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] cut down camldep
2007-09-28 15:36 cut down camldep skaller
@ 2007-09-28 16:03 ` Luc Maranget
2007-09-28 17:20 ` skaller
0 siblings, 1 reply; 3+ messages in thread
From: Luc Maranget @ 2007-09-28 16:03 UTC (permalink / raw)
To: skaller; +Cc: caml-list
Perhaps 'ocamldep -modules' is what you need.
--Luc
> I wonder if there is some hope of an 'camldep' program which,
> given a file x.ml(i) lists the modules on which it depends
> but not provided internally.
>
> Possibly this can be done in camlp4?
>
> What I do not want is grubby makefile syntax, assumptions
> about file extensions, or any directory scanning. Just
>
> camldep -pp camlp4_things filename.ml
>
> prints:
>
> List
> Hashtbl
>
> for example.
>
> --
> John Skaller <skaller at users dot sf dot net>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] cut down camldep
2007-09-28 16:03 ` [Caml-list] " Luc Maranget
@ 2007-09-28 17:20 ` skaller
0 siblings, 0 replies; 3+ messages in thread
From: skaller @ 2007-09-28 17:20 UTC (permalink / raw)
To: Luc Maranget; +Cc: caml-list
On Fri, 2007-09-28 at 18:03 +0200, Luc Maranget wrote:
> Perhaps 'ocamldep -modules' is what you need.
Yes indeed, just what I'm looking for, thanks!
It is documented in 'usage' but not the official
manual nor the man pages. Filed a bug report:
http://caml.inria.fr/mantis/view.php?id=4408
> > I wonder if there is some hope of an 'camldep' program which,
> > given a file x.ml(i) lists the modules on which it depends
> > but not provided internally.
--
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-09-28 17:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-28 15:36 cut down camldep skaller
2007-09-28 16:03 ` [Caml-list] " Luc Maranget
2007-09-28 17:20 ` skaller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).