package mbr-format

  1. Overview
  2. Docs
A simple library for manipulating Master Boot Records

Install

Dune Dependency

Authors

Maintainers

Sources

mbr-format-1.0.0.tbz
sha256=8007ab4cf6b9bca89db8dc29ad4b5689b712cb303868e553cc583f5a995fa787
sha512=5bb55faf907b3cc6bd8fbd56bac6b7bfcd0ab37a62daf0235accc66c6a9e89a15e72f8274d725bbace1c815d72959c9894f053dd22a6f31d65bd7f8f9ec948a3

CHANGES.md.html

v1.0 (2022-09-27)

  • Switch to dune

  • Remove Mbr_partition and Mbr_lwt

  • Remove old stringly typed interface

  • Types are private

  • Add helper functions to convert between uint32 MBR values and int64 values as expected in Mirage_block

  • Update code and slim down on dependencies

  • Handle empty partition entries

v0.3 (2015-06-04)

  • Expose a connect function for mirage-types > 2.3

  • Fix bounds checks

  • Add unit tests

  • Fix integer overflow

  • Add opam file

v0.2 (2014-08-18)

  • add Mbr_partition: V1_LWT.BLOCK, for easy access to partitions via the standard Mirage block interface.

  • use a polymorphic variant result type [`Ok of 'a | `Error of 'b]