package mmap

  1. Overview
  2. Docs
File mapping functionality

Install

Dune Dependency

Authors

Maintainers

Sources

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

Description

This project provides a Mmap.map_file functions for mapping files in memory.

Published: 25 Feb 2022

README

Mmap

This project provides a Mmap.map_file functions for mapping files in memory. This function is the same as the Unix.map_file funciton added in OCaml >= 4.06.

Dependencies (3)

  1. bigarray-compat
  2. dune >= "1.6"
  3. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (13)

  1. bap-cache >= "2.2.0"
  2. bap-ida >= "2.2.0"
  3. bap-llvm >= "2.2.0"
  4. bap-std >= "2.1.0"
  5. carton < "0.4.4"
  6. carton-git < "0.4.4"
  7. carton-lwt < "0.4.4"
  8. decompress >= "0.9.0" & < "1.0.0"
  9. dns = "1.1.3"
  10. docteur
  11. git-unix >= "2.1.0" & < "3.9.1"
  12. lwt >= "4.2.0" & < "5.6.0"
  13. pcap-format = "0.5.2"

Conflicts

None