File: sdist.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 (9 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
(** Source distribution creation *)

val run : Project.t -> bool -> unit
(** [run proj_file is_snapshot] creates a source distribution tarball.

    Creates a .tar.gz file containing all project sources in the dist directory.

    @param proj_file the project configuration
    @param is_snapshot whether this is a snapshot release (currently unused) *)