package mirage-runtime

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

Runtime information about the application.

Release v3.10.8

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