caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* 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

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).