build-dune
Compile OCaml projects with jbuilder/dune
atom-ocaml 1,018 0 0.2.0 MIT GitHub

build-dune

Use dune and build to compile your OCaml projects in Atom.

Usage

If your project contains a <package>.opam file, this package provides the following build targets with corresponding commands.

Target Atom Command
build build-dune:build
clean build-dune:clean
runtest build-dune:runtest
install build-dune:install
uninstall build-dune:uninstall

Installation

This package requires build and dune.

apm install build build-dune
opam install dune