type libname
(** TODO *)

type fpath = Fpath.t
(** [fpath] is alias for [Fpath.t],
represents file paths and operations
on them. *)

type 'a code
(** TODO *)