package carton

  1. Overview
  2. Docs
Implementation of PACKv2 file in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

carton-0.7.2.tbz
sha256=46795855444dd8ce7cd90fc9d975516c9ea0b0f50365b25e2d672864256db692
sha512=a1a3c81cb51c61f4a85b661affd4db1aebedff678215a334fd240120622d3dbdd7d63e6cca994ec56c1a15675fe686bbf8a50233017911ce4dc44a70145fd98a

doc/carton/Carton/index.html

Module CartonSource

Sourcemodule type FUNCTOR = sig ... end
Sourcetype (+'a, 's) io
Sourcetype 's scheduler = {
  1. bind : 'a 'b. ('a, 's) io -> ('a -> ('b, 's) io) -> ('b, 's) io;
  2. return : 'a. 'a -> ('a, 's) io;
}
Sourcemodule type SCHEDULER = sig ... end
Sourcemodule type MUTEX = sig ... end
Sourcemodule type CONDITION = sig ... end
Sourcemodule type IO = sig ... end
Sourcemodule Make (T : sig ... end) : sig ... end
Sourcemodule type UID = sig ... end
Sourcetype kind = [
  1. | `A
  2. | `B
  3. | `C
  4. | `D
]
Sourceval _max_depth : int
Sourcemodule Dec : sig ... end

Decoder of a PACK file.

Sourcemodule Enc : sig ... end
OCaml

Innovation. Community. Security.