Documentation

Lake.Reservoir

Package Registries #

This module contains definitions for fetching Lake package information from a online registry (e.g., Reservoir).

Package source information from a Lake registry (e.g., Reservoir). Only contains the subset of fields useful to Lake.

Instances For
    Equations
    Equations
    Instances For
      Equations
      Instances For
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Package metadata from a Lake registry (e.g., Reservoir). Only contains the subset of fields useful to Lake.

            Instances For
              Equations
              Equations
              Instances For
                Equations
                • src.toJson = src.data
                Instances For
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      Encode a byte as a URI escape code (e.g., %20).

                      Equations
                      Instances For
                        @[specialize #[]]
                        def Lake.foldlUtf8M {m : Type u_1 → Type u_2} {σ : Type u_1} [Monad m] (c : Char) (f : σUInt8m σ) (init : σ) :
                        m σ

                        Folds a monadic function over the UTF-8 bytes of Char from most significant to least significant.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          @[reducible, inline]
                          abbrev Lake.foldlUtf8 {σ : Type u_1} (c : Char) (f : σUInt8σ) (init : σ) :
                          σ
                          Equations
                          Instances For

                            Encode a character as a sequence of URI escape codes representing its UTF8 encoding.

                            Equations
                            Instances For

                              Encodes anything but a URI unreserved character as a URI escape sequences.

                              Equations
                              Instances For

                                Encodes a string as an ASCII URI component, escaping special characters (and unicode).

                                Equations
                                Instances For
                                  def Lake.getUrl (url : String) (headers : optParam (Array String) #[]) :
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For
                                    inductive Lake.ReservoirResp (α : Type u) :

                                    A Reservoir API response object.

                                    Instances For
                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For
                                        Equations
                                        • Lake.instFromJsonReservoirResp = { fromJson? := Lake.ReservoirResp.fromJson? }
                                        def Lake.Reservoir.pkgApiUrl (lakeEnv : Lake.Env) (owner : String) (pkg : String) :
                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For