package conan

  1. Overview
  2. Docs
Identify type of your file (such as the MIME type)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conan-0.0.7.tbz
sha256=e196f218b9cf44899143cbceef58be8e5116601fc524249e958eee06e1f87415
sha512=38024e10308a92e8487ace257e18a968e1cc7ea1991e6150c10ae3232af4812fe96583ea36f54cc6e42cf91a2f04eec1dae323dfda64268469db7769d38ef2cc

doc/conan/Conan/Offset/index.html

Module Conan.OffsetSource

Sourcetype t =
  1. | Relative of t
  2. | Absolute of t
  3. | Value of int64
  4. | Read of t * Size.t
  5. | Calculation of t * t Arithmetic.t
Sourceval serialize : Format.formatter -> t -> unit
Sourceval pp : Format.formatter -> t -> unit
Sourceval process : 's Sigs.scheduler -> ('fd, 'error, 's) Sigs.syscall -> 'fd -> t -> int64 -> ((int64, 'error) result, 's) Sigs.io