xstr 0.2.1-21build5 source package in Ubuntu

Changelog

xstr (0.2.1-21build5) precise; urgency=low

  * Rebuild with ocamlopt on armhf.
 -- Colin Watson <email address hidden>   Tue, 24 Jan 2012 10:54:29 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
xstr_0.2.1.orig.tar.gz 14.4 KiB 796f77589af651d1bb627444fa48c76d887c97d98a58cb95913d86103fb168be
xstr_0.2.1-21build5.diff.gz 5.2 KiB 71fd1da10af09ce93194dff5df676056ec0da81f5ed95556d51ee4d2acbcbcbf
xstr_0.2.1-21build5.dsc 2.0 KiB 97278b3cf744ff8d1c1363522b31b81d96c1b01c90e6bd1b0c23a4060ccd5179

Available diffs

View changes file

Binary packages built by this source

libxstr-ocaml-dev: OCaml library for frequent string operations

 xstr is an OCaml library for string operations.
 .
 This package implements frequent string operations: searching,
 replacing, splitting, matching. It is independent from the Str library,
 and can replace Str in many cases. Unlike Str, xstr is thread-safe.
 xstr does not implement regular expressions in general, but an
 important subset. Some operations of xstr are performed as quickly as
 by Str; if the string to be processed is small, xstr is often faster
 than Str; if the string is big, xstr is up to half as fast than Str.