~ubuntu-branches/ubuntu/precise/ocaml-batteries/precise

« back to all changes in this revision

Viewing changes to src/batUTF8.ml

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy, Stéphane Glondu, Mehdi Dogguy
  • Date: 2010-07-14 23:31:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714233115-q2dpew0qut8ifzc4
Tags: 1.2.2-1
[ Stéphane Glondu ]
* Add 0002-Fix-build-with-OCaml-3.12.0.patch (Closes: #586493)

[ Mehdi Dogguy ]
* New upstream release
  - Add 0001-Add-Set-an-installation-prefix-path.patch
  - Add 0003-Do-not-enforce-sanity-check-rules.patch
  - Remove omake from build-depends
* Adapt debian/rules to new upstream's build system.
* Convert source package to 3.0 (quilt) format.
  - Remove quilt from build-depends
* Bump dh-ocaml version to 0.9.5 in Build-Depends.
* Update libbatteries-ocaml-doc.doc-base
* Bump standards version to 3.9.0, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  s
32
32
*)
33
33
 
34
 
  open CamomileLibrary
 
34
  open BatCamomile
35
35
 
36
 
  include CamomileLibrary.UTF8
37
 
  module Case = CaseMap.Make(CamomileDefaultConfig)(UTF8)
 
36
  include UTF8
 
37
  module Case = CaseMap.Make(UTF8)
38
38
 
39
39
  external of_string_unsafe : string -> t = "%identity"
40
40
  external to_string_unsafe : t -> string = "%identity"