package ranger

  1. Overview
  2. Docs
A consecutive range slice library for strings, arrays, etc.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=415036856207646d1bf229f45cd1f8f6

Description

The main type provided by ranger generalizes substrings to arbitrary data structures that are "indexed" by an integer. The biggest difference between ranger and other libraries like it (e.g. various Substring functors) is that ranger doesn't use functors and is polymorphic over the base type (e.g. char in the case of substrings).

Published: 25 Dec 2014

Dependencies (5)

  1. ocamlbuild build
  2. oasis build
  3. base-bytes
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. kaputt with-test

Used by

None

Conflicts

None