package oasis

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

Module OASISFeatures.DataSource

Sourcetype t = {
  1. oasis_version : OASISVersion.t;
  2. plugin_versions : OASISVersion.t option MapPlugin.t;
  3. alpha_features : string list;
  4. beta_features : string list;
}
Sourceval create : OASISVersion.t -> string list -> string list -> t
Sourceval of_package : OASISTypes.package -> t
Sourceval add_plugin : (OASISTypes.plugin_kind * OASISTypes.name * OASISVersion.t option) -> t -> t
Sourceval plugin_version : OASISTypes.plugin_kind -> OASISTypes.name -> t -> OASISVersion.t option
Sourceval to_string : t -> string