Module Biokepi_run_environment.Machine.Make_fun.Requirement (.ml)

module Requirement: sig .. end

type t = [ `Custom of string
| `Internet_access
| `Memory of [ `Big | `GB of float | `Small ]
| `Processors of int
| `Quick_run
| `Self_identification of string list
| `Spark of string list ]
val to_yojson : t -> Yojson.Safe.json
val of_yojson : Yojson.Safe.json ->
t
Ppx_deriving_yojson_runtime.error_or
val pp : Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t ->
Ppx_deriving_runtime.string