package core_kernel

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

Version may be used to parse a single entry from version_list.

type t = {
  1. repo : Base.String.t;
  2. version : Base.String.t;
}
val parse : Base.String.t -> t Or_error.t
OCaml

Innovation. Community. Security.