package rpmfile

  1. Overview
  2. Docs

Module Rpmfile.DSource

Collection of decoders for convert from Header.Entry.value to user type.

Sourcetype 'a decoder = Header.Entry.value -> 'a
Sourceexception Error of string
Sourceval fail : string -> 'a
Sourceval string : Header.Entry.value -> string
Sourceval binary : Header.Entry.value -> bytes
Sourceval any : 'a -> 'a
Sourceval char : Header.Entry.value -> char
Sourceval int : Header.Entry.value -> int
Sourceval int32 : Header.Entry.value -> int32
Sourceval int64 : Header.Entry.value -> int64
Sourceval native_int : Header.Entry.value -> int
Sourceval string_array : Header.Entry.value -> string list
Sourceval array : (Header.Entry.value -> 'a) -> Header.Entry.value -> 'a list
Sourceval (<<) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
OCaml

Innovation. Community. Security.