package mmap

  1. Overview
  2. Docs
File mapping functionality

Install

Dune Dependency

Authors

Maintainers

Sources

mmap-1.2.0.tbz
sha256=1602a8abc8e232fa94771a52e540e5780b40c2f2762eee6afbd9286502116ddb
sha512=474a70b0de57bb31f56fe3a9e410dcc482d3c0abd791809cf103273a7ce347d6d23912920f66d60e95d1113c3ec023f2903bc0f71150a1a9eb49c24928bf7bb2

CHANGES.md.html

v1.2.0 (2022-02-24)

  • Use bigarray-compat instead of bigarray library which does not exists on OCaml 5.0 (@dinosaure, @kit-ty-kate, @anmonteiro, #7, #8)

v1.1.0 (2019-04-04)

  • Add Windows support by making mmap just a shim over the underlying map_file implementation in OCaml. (#3 @aantron)

  • Add gitattributes for Windows (#2 @dra27)

v1.0.2 (2019-03-12)

  • Fix compatibility with older version of OCaml (#1 @diml)

v1.0.1 (2019-06-10)

  • Fix opam doc field so dune-release works (@avsm)

  • Improve ocamldoc (@avsm)

v1.0 2019-03-06

  • Initial release. (@diml)