package oasis

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

The module OASISVersion.StringVersion uses string for version.

type t = string
val compare : t -> t -> int

Compare version strings.

val comparator_ge : string -> comparator option -> bool

comparator_ge version comparator_opt Check if comparator is compatible with all versions >= than version. Return false if comparator is None. Not exported

OCaml

Innovation. Community. Security.