package bytestring

  1. Overview
  2. No Docs
Efficient, immutable, pattern-matchable, UTF friendly byte strings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

riot-0.0.8.tbz
sha256=4ac883cf9ddbf5b3084fd4372300dd07758acbdf1649df5f8a2794e35a99a5e1
sha512=52043592d567b66398d864f3f5c0a3f923007f0125f69a077a34677c60548d5bfb160074bc1847d1153d2c73eb592e2c2488d34fcde4a745fbe72804ad6fcab1

Description

The Bytestring package implements efficient, immutable, pattern-matchable, UTF friendly byte strings backed up by a rope implementation with mutable iterator instances and a transient interface in the spirit of Clojure transient data.

Dependencies (6)

  1. dune >= "3.11"
  2. spices >= "0.0.2"
  3. sedlex >= "3.2"
  4. ppxlib >= "0.31.0"
  5. ocaml >= "5.1.1"
  6. rio = version

Dev Dependencies (2)

  1. odoc with-doc
  2. qcheck with-test & >= "0.21.3"

Used by (3)

  1. gluon
  2. riot >= "0.0.8"
  3. trail

Conflicts

None