package drom_lib

  1. Overview
  2. Docs

Module Drom_lib.MiscSource

Sourcemodule EzString : sig ... end
Sourceval option_value : 'a option -> default:'a -> 'a
Sourceval verbose : int -> bool
Sourceval call : ?stdout:Unix.file_descr -> string array -> unit
Sourceval call_get_fst_line : string -> string option

run a cmd and return the first line of output

Sourceval date : unit -> Unix.tm
Sourceval homepage : Types.project -> string option
Sourceval sphinx_target : Types.project -> string
Sourceval odoc_target : Types.project -> string
Sourceval doc_api : Types.project -> string option
Sourceval doc_gen : Types.project -> string option
Sourceval p_dependencies : Types.package -> (string * Types.dependency) list
Sourceval p_pack_modules : Types.package -> bool
Sourceval p_version : Types.package -> string
Sourceval p_tools : Types.package -> (string * Types.dependency) list
Sourceval p_synopsis : Types.package -> string
Sourceval p_description : Types.package -> string
Sourceval p_authors : Types.package -> string list
Sourceval wget : url:string -> output:string -> unit
Sourceval bug_reports : Types.project -> string option
Sourceval subst : string -> (string -> string) -> string
Sourceval list_opam_packages : string -> string list
Sourceval semantic_version : string -> (int * int * int) option
Sourceval underscorify : string -> string
Sourceval library_name : Types.package -> string
Sourceval package_lib : Types.package -> string
Sourceval deps_package : Types.project -> Types.package
Sourceval modules : Types.package -> EzCompat.StringSet.elt list
Sourceval add_skip : string -> ('a * string) list -> ('a * string) list
Sourceval dev_repo : Types.project -> string option
Sourceval vendor_packages : unit -> string list
Sourceval library_module : Types.package -> string
Sourceval string_of_kind : Types.kind -> string
Sourceval project_skeleton : string option -> string
Sourceval package_skeleton : Types.package -> string
Sourceval hook : ?args:string list -> string -> unit
Sourceval before_hook : ?args:string list -> string -> unit
Sourceval after_hook : ?args:string list -> string -> unit
Sourceval default_ci_systems : string list
Sourceval editor : unit -> string
OCaml

Innovation. Community. Security.