File: obuild.1

package info (click to toggle)
ocaml-obuild 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,456 kB
  • sloc: ml: 14,491; sh: 211; ansic: 34; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH OBUILD "1" "May 2018" "obuild 0.1.10" "User Commands"
.SH NAME
obuild \- parallel, incremental and declarative build system for OCaml
.SH DESCRIPTION
usage: obuild <command> [options]
.PP
Commands:
.TP
configure
Prepare to build the package.
.TP
build
Make this package ready for installation.
.TP
clean
Clean up after a build.
.TP
sdist
Generate a source distribution file (.tar.gz).
.TP
doc
Generate documentation.
.TP
install
Install this package.
.TP
test
Run the tests
.TP
help
Help about commands