Skip to content

atom-ocaml/build-dune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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