Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 701 Bytes

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