~ubuntu-branches/ubuntu/vivid/ben/vivid

« back to all changes in this revision

Viewing changes to lib/benl_core.mli

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-08-31 23:15:45 UTC
  • mfrom: (1.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140831231545-9798mxscfgc47m8k
Tags: 0.6.11.2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Show Ubuntu logo.
  - Allow configs to request the Packages/Sources files are not
    redownloaded (so that we can download once and for all at the start).
  - Add an Ubuntu template.
  - Tolerate templates with buildds or critical_bugs entries that return
    None.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
val simple_split : char -> string -> string list
51
51
(** [simple_split sep s] splits [s] using [sep] as delimiter. *)
52
52
 
 
53
val capitalize : ?sep:char -> string -> string
 
54
(** [capitalize ?sep s] capitalizes a field name. *)
 
55
 
53
56
val starts_with : string -> string -> bool
54
57
(** [starts_with s prefix] returns [true] iff [s] starts with
55
58
    [prefix]. *)