caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] dune_watch, a small tool to relaunch jbuilder build at file system updates
@ 2018-01-02 12:13 Jun Furuse
  2018-01-02 12:17 ` Simon Cruanes
  0 siblings, 1 reply; 3+ messages in thread
From: Jun Furuse @ 2018-01-02 12:13 UTC (permalink / raw)
  To: caml-list

Hi,

I wrote a small tool, dune_watch, which automatically executes
jbuilder build command each time when files under the executed
directory are updated.  This is something similar to the polling mode
of omake's -P option, which I miss most in jbuilder.

dune_watch uses fswatch command to monitor the file system.  Since
dune_watch knows nothing of the build dependencies, it may launch
jbuilder even when it is not really required. It is, however, very
useful for me, until jbuilder itself will support the file system
polling.

dune_watch will be opam-available soon.

Regards,
Jun

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

end of thread, other threads:[~2018-01-02 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-02 12:13 [Caml-list] [ANN] dune_watch, a small tool to relaunch jbuilder build at file system updates Jun Furuse
2018-01-02 12:17 ` Simon Cruanes
2018-01-02 12:31   ` Xavier Clerc

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