package dune_watch

  1. Overview
  2. Docs
A tool to relaunch jbuilder (or dune) when a file modification is detected via fswatch.

Install

Dune Dependency

Authors

Maintainers

Sources

dune_watch-0.0.1.tar.gz
md5=72d60c4431014ada08da858fe73e2efe

Description

Published: 02 Jan 2018

README

Dune_watch

A tool to relaunch jbuilder build when a file modification is detected via fswatch.

Requirements

dune_watch requires jbuilder and fswatch command.

How to use

At the top of your project,

$ dune_watch

then it executes jbuilder build build command. Once the command finishes, dune_watch monitors file modification under the directory where it is launched and relaunches the build command when necessary.

Dependencies (4)

  1. ppx_monadic
  2. lwt
  3. jbuilder >= "1.0+beta7"
  4. ocaml >= "4.04.0"

Dev Dependencies

None

Used by

None

Conflicts

None