Primus.InfoInformation about entities registered in the framework.
The Primus Framework is extended by registering in it certain entities, e.g., systems, components, observations. The list of registered items could be obtained and introspected using the info data structure.
The primus-systems, primus-components, and primus-observations commands provide the command line interface to this information.
val name : info -> Bap_knowledge.Knowledge.Name.tthe item name
val desc : info -> stringthe item description
val long : info -> stringextended information about the item
val pp : Stdlib.Format.formatter -> info -> unitprints the item