package qcow-types

  1. Overview
  2. Docs
Minimal set of dependencies for qcow-stream, shared with qcow

Install

dune-project
 Dependency

Authors

Maintainers

Sources

qcow-0.12.3.tbz
sha256=ebeaaab614d7c5350f3f5217525d4f34bf0859f7bdec22f1ea834b47fc6358dd
sha512=eb0c24333ca065c8511427cde7a23db886b83d9e3ff233702c006a713ad8c418a29a2a3746481d26053fea03f0a07ac93a57b966e547bf5dddf7b4e10ae731bd

doc/qcow-types/Qcow_int/index.html

Module Qcow_intSource

Parsers and printers for types used in qcow2 fields

Sourcetype t = int
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Qcow_s.NUM with type t := t
Sourceval zero : t
Sourceval pred : t -> t
Sourceval succ : t -> t
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval div : t -> t -> t
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval to_string : t -> string
Sourceval shift_left : t -> int -> t
Sourceval shift_right_logical : t -> int -> t
Sourceval logor : t -> t -> t
Sourceval rem : t -> t -> t
Sourceval of_int64 : int64 -> t
Sourceval to_int64 : t -> int64
Sourceval round_up : t -> t -> t

round_up value to rounds value to the next multiple of to

Sourcemodule Map : Map.S with type key = t