Package brzo 79d316a5

Brzo is a build tool to quickly turn source files of various languages into executable programs and documents.

Consult the manual and its tutorial introduction.

Quick start

A few invocations to get you started.

> touch BRZO
> cat > echo.ml <<EOCAML
let echo oc ss = output_string oc (String.concat " " ss ^ "\n")
let () = echo stdout (List.tl (Array.to_list Sys.argv))
EOCAML
> brzo -- 'Quick!'
'Quick!'
> brzo ocaml --html -- 'Quick!'   # See your browser console.
> brzo --doc

More in the manual.

API

This is an unstable API subject to change even between minor versions of the tool. Use at your own risk.

Package info

authors
  • The brzo programmers
changes-files
depends
homepage
issues
license
  • ISC
license-files
maintainers
  • Daniel Bünzli <daniel.buenzl i@erratique.ch>
online-doc
readme-files
repo
  • git+https://erratique.ch/repos/brzo.git
tags
version
  • 79d316a5