package opam-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module OpamCachedSource

Sourcemodule type ARG = sig ... end

Argument type for the Make functor

Sourcemodule Make (X : ARG) : sig ... end

Module handling a simple marshalled cache for a given data structure. A magic number is added to validate the version of the cache.