ocaml-text 0.6-3 source package in Ubuntu

Changelog

ocaml-text (0.6-3) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 21:19:03 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ocaml

Downloads

File Size SHA-256 Checksum
ocaml-text_0.6-3.dsc 2.1 KiB 3e7efc177f829dae09e23f041a8f2bf208c54d5b7c1b5e4610b34722cb6c6fc1
ocaml-text_0.6.orig.tar.gz 247.2 KiB cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49
ocaml-text_0.6-3.debian.tar.gz 3.7 KiB 30269b106d76bab4c61afc48ff9ae973988d84502319fb7373971f7063d8c54d

Available diffs

No changes file available.

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.