xstr 0.2.1-23build1 source package in Ubuntu

Changelog

xstr (0.2.1-23build1) focal; urgency=medium

  * No change rebuild against new ocaml ABI

 -- Dimitri John Ledkov <email address hidden>  Fri, 21 Feb 2020 01:33:57 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe devel

Downloads

File Size SHA-256 Checksum
xstr_0.2.1.orig.tar.gz 14.4 KiB 796f77589af651d1bb627444fa48c76d887c97d98a58cb95913d86103fb168be
xstr_0.2.1-23build1.debian.tar.xz 5.6 KiB 35dcac6529af944043d53e586ac965ec44e9d53fab5bc31ba04bb43276b6e580
xstr_0.2.1-23build1.dsc 2.0 KiB 84b1cca8755c4a5909926b57ca35bb4b9db97b53bba980c2b0d93093b2e927d3

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.