package git

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

Module Git.GriSource

Sourcetype t = private Uri.t
Sourceval uri : t -> Uri.t
Sourceval host : t -> string
Sourceval path : t -> string
Sourceval make : Uri.t -> t
Sourceval of_string : string -> t
Sourceval pp : t Fmt.t