ocaml-text 0.5-1 source package in Ubuntu

Changelog

ocaml-text (0.5-1) unstable; urgency=low

  * New upstream release
  * Bump Standards-Version to 3.9.2 (no changes)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:42:50 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-text_0.5.orig.tar.gz 243.0 KiB d7fc2ae616130a61f822686a6c366a5a4653d3fd8785c14d57038c9f5643dfc3
ocaml-text_0.5-1.debian.tar.gz 3.6 KiB f391a9a0fd21b73762ed4d26d7fa3f579c1750f50d90897a800db4abd8acd3b4
ocaml-text_0.5-1.dsc 2.0 KiB 155bd10fa17f41fd085d68c3ca783592769be7406bdea62f5b9f1e6caae23b8f

Available diffs

View changes file

Binary packages built by this source

libtext-ocaml: runtime libraries of OCaml-Text

 OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
 of Unicode characters, in a convenient way.
 .
 This package contains runtime libraries (shared stub library,
 bytecode plugin and native code plugin if available).

libtext-ocaml-dev: library for dealing with sequences of Unicode characters

 OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
 of Unicode characters, in a convenient way. It supports:
  * encoding/decoding of text;
  * functions for manipulation of UTF-8 encoded strings, such as
    validation and most of the functions from "List" and "String"
    modules of the OCaml standard library, adapted for UTF-8 strings;
  * locale-specific text functions (compare, upper, is_alpha, ...).
 .
 It is composed of two modules:
  * "Encoding" for encoding/decoding text
  * "Text" for text manipulation
 .
 This package contains all the development stuff you need to use the
 OCaml-Text library in your programs.