xstr 0.2.1-24build1 source package in Ubuntu

Changelog

xstr (0.2.1-24build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 02 Nov 2023 10:19:22 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
xstr_0.2.1.orig.tar.gz 14.4 KiB 796f77589af651d1bb627444fa48c76d887c97d98a58cb95913d86103fb168be
xstr_0.2.1-24build1.debian.tar.xz 5.6 KiB 8b0dfbbf07985c6f023ce8d96e73a1746647044496b144a6633984974a0d79ce
xstr_0.2.1-24build1.dsc 1.9 KiB b5f2a5df3f2bbc368c5b0e0c343b929b29300ac3c00806f30fa2891c2b299dbc

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.