package odig

  1. Overview
  2. Docs

cmxs files.

Cmxs

type t = cmxs

The type for cmxs files.

val read : Fpath.t -> (t, [ `Msg of string ]) Pervasives.result

read f reads a cmxs file from f.

Warning. Only checks that the file exists.

val name : cmxs -> string

name cmxs is cmxs's basename.

val path : cmxs -> Fpath.t

path cmxs is the file path to the cmxs file.

OCaml

Innovation. Community. Security.