Module Mirage_info

Runtime information about the application.

Release v3.8.0

type t = Functoria_info.info = {
name : string;
libraries : string list;
packages : (string * string) list;
}