package bigstringaf

  1. Overview
  2. Docs
Bigstring intrinsics and fast blits based on memcpy/memmove

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.10.0.tar.gz
sha512=b51c756925d7016ffd7eac49e69393a1897391ca2685a8c30c7b6e3917b4d66c9400b49e8986d0f03329197b95ad52e096ff83dea5e03571cb5bc3d9a5170602
sha256=ed92f5b05fbc11b9defcec734d59b1068f3717a9ae4f9705c16c7f7ac3729f28
md5=be0a44416840852777651150757a0a3b

doc/CHANGES.html

0.4.0 (2018-10-26)

  • freestanding: fix dependencies (ocaml-freestanding #22 @hannesm)
  • xen: unify usage of mirage-xen-posix package (#17 @hannesm)
  • fix typo in comment (#18 @tiensonqin)
  • jbuild: do not use bash (#16 #21 @rgrinberg, #22 @hannesm)
  • opam: add '"-p" name' to subst command (#15 @seliopou)

0.3.0 (2018-07-07)

  • Add linking support for mirage-xen-ocaml and ocaml-freestanding (#12, #13, #14, h/t @samoht, @hannesm, @dinosaure)

0.2.0 (2018-06-10)

  • Add memcmp operations (#2)
  • Fix bounds checking bugs in constructors (#4, #5, h/t @yallop)
  • Add safe blit/memcmp operations (#8)

0.1.0 (2018-04-01)

  • initial release