package conex

  1. Overview
  2. Docs
Establish trust in community repositories

Install

Dune Dependency

Authors

Maintainers

Sources

conex-0.10.0.tbz
sha256=536163045d3624009c4a2ec678a1b531be9485db233f5db43613b3809180a1a9
md5=39cdb4e3a550703e61b2f56d20323fdd

doc/conex/Conex_resource/Target/index.html

Module Conex_resource.TargetSource

Sourcetype t = {
  1. filename : Conex_utils.path;
  2. digest : Digest.t list;
  3. size : Conex_utils.Uint.t;
}
Sourceval equal : t -> t -> bool

equal a b is true if targets a and b are identical.

Sourceval valid_path : t -> bool

valid_path t is true if the filename sticks to opam repository rules: foo/foo.version/xx (may not be foo/bar.version, otherwise treat as bar package)

pp is a pretty printer for a target.

Sourceval of_wire : Wire.s -> (t, string) result

of_wire w converts w to a target or error.

Sourceval wire_raw : t -> Wire.s

wire_raw t is the raw wire representation of t.

OCaml

Innovation. Community. Security.