File: help.mli

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 (16 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** Help messages for obuild commands *)

val help_configure : string list
(** Help text for the configure command *)

val help_clean : string list
(** Help text for the clean command *)

val help_build : string list
(** Help text for the build command *)

val help_sdist : string list
(** Help text for the sdist command *)

val help_messages : (string * string list) list
(** Association list of command names to their help text *)