caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Inspect and dump values on the OCaml heap
@ 2010-04-14 15:02 Kaspar Rohrer
  2010-04-14 22:45 ` [Caml-list] " Richard Jones
  2010-04-15  2:09 ` Kaustuv Chaudhuri
  0 siblings, 2 replies; 8+ messages in thread
From: Kaspar Rohrer @ 2010-04-14 15:02 UTC (permalink / raw)
  To: caml-list

Hello everybody

I've written a little library to inspect and dump values on the OCaml heap, as S-expressions or in the Graphiz dot-format.
It's as simple as

open Inspect

dump ();;
dump 3;;
dump (1,2);;
dump (test_data ();
dot (test_data ());

If anybody is interested, I will put up the code somewhere. Any opinions on a good place to post it? I'm using git, so I'm thinking maybe git-hub?
I'm also unsure as to what license I should use. I'm favoring some kind of BSD-license, to keep it simple?

Best regards
	Kaspar Rohrer


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-04-15  5:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-14 15:02 Inspect and dump values on the OCaml heap Kaspar Rohrer
2010-04-14 22:45 ` [Caml-list] " Richard Jones
2010-04-14 23:23   ` Kaspar Rohrer
2010-04-15  0:40     ` Martin Jambon
2010-04-15  5:19     ` rixed
2010-04-15  2:09 ` Kaustuv Chaudhuri
2010-04-15  5:31   ` rixed
2010-04-15  5:42   ` Martin Jambon

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