ocamlagrep 1.0-13 source package in Ubuntu

Changelog

ocamlagrep (1.0-13) unstable; urgency=medium

  * Team upload
  * Update Vcs-*
  * Fix compilation with OCaml 4.08.0

 -- Stéphane Glondu <email address hidden>  Wed, 04 Sep 2019 22:15:26 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlagrep_1.0-13.dsc 1.8 KiB 3ce420e81faddff960d9a9f182b0b1e4b11dec0cfb5ea5e34a60d435b58e26dd
ocamlagrep_1.0.orig.tar.gz 8.4 KiB 96d59cb832981ad0c9a31a89a85ede543b3f7a6418972c9a28ee9e2c0da63350
ocamlagrep_1.0-13.debian.tar.xz 4.6 KiB 5d4689b36d8fbb926839659eed6409f7b081394087cb9e4ffef879062cd152f0

No changes file available.

Binary packages built by this source

libagrep-ocaml: Wu-Manber algorithm for string searching with errors

 This OCaml library implements the Wu-Manber algorithm for string searching
 with errors, popularized by the "agrep" Unix command and the "glimpse" file
 indexing tool. It was developed as part of a search engine for a largish MP3
 collection; the "with error" searching comes handy for those who can't spell
 Liszt or Shostakovitch.
 .
 Given a search pattern and a string, this algorithm determines whether the
 string contains a substring that matches the pattern up to a parameterizable
 number N of "errors". An "error" is either a substitution (replace a
 character of the string with another character), a deletion (remove a
 character) or an insertion (add a character to the string). In more
 scientific terms, the number of errors is the Levenshtein edit distance
 between the pattern and the matched substring.
 .
 The search patterns are roughly those of the Unix shell, including
 one-character wildcard (?), character classes ([0-9]) and multi-character
 wildcard (*). In addition, conjunction (&) and alternative (|) are supported.
 General regular expressions are not supported, however.
 .
 This package contains only the shared runtime stub libraries.

libagrep-ocaml-dbgsym: No summary available for libagrep-ocaml-dbgsym in ubuntu eoan.

No description available for libagrep-ocaml-dbgsym in ubuntu eoan.

libagrep-ocaml-dev: No summary available for libagrep-ocaml-dev in ubuntu eoan.

No description available for libagrep-ocaml-dev in ubuntu eoan.