Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Guess if the URL looks like a Git repository.
Return a procedure to be passed to a `git-error' `catch' for HOME-PAGE at LOCATION.
Given a list of PACKAGE-NAMES or (PACKAGE-NAME VERSION) pairs, and an optional OUTPUT, tries to generate a quoted list of inputs, as suitable to use in an 'inputs' field of a package definition.
Return the hash of FILENAME in nix-base32 format.
Return a package value generated from the alist META. If the list of strings KNOWN-INPUTS is provided, do not treat the mentioned inputs as specifications to look up and replace them with plain symbols instead.
Simple helper to generate a Git origin s-expression.
Return a list that recursively concatenates all sub-lists of LST.
Return a generated `origin' block of a package depending on the Git version control system, and the directory in the store where the package has been downloaded, in case further processing is necessary.
Unless overwritten with REF, the ref (as defined by the (guix git) module) is calculated from the evaluation of PROC with trailing arguments. PROC must be a procedure with a 'body property, used to generate the origin sexp.
Same as MAYBE-INPUTS, but for native inputs.
Convert LICENSE object to a prefixed symbol representing the variable the object is bound to in the (guix licenses) module, such as 'license:gpl3+, or #f if there is no such known license.
Fetch the given REF from the Git repository at URL. Return three values : the commit hash, the downloaded directory and its content hash.
Improve the package DESCRIPTION by turning a beginning sentence fragment into a proper sentence and by using two spaces between sentences, and wrap lines at LENGTH characters.
Improve the package SYNOPSIS.
Given a list of PACKAGE-NAMES, tries to generate the 'inputs' field of a package definition. TYPE can be used to specify the type of the inputs; either the 'native or 'propagated symbols are accepted. Left unspecified, the snippet generated is for regular inputs.
Save the contents of URL to FILE-NAME. Return #f on failure.
Return a downcased version of the string STR where underscores and periods are replaced with dashes.
Return a list of chunks, each of which is a list of lines. The chunks are separated by PRED.
Return a list of package expressions for PACKAGE-NAME and all its dependencies, sorted in topological order. For each package, call (REPO->GUIX-PACKAGE NAME #:version V), which should return a package expression and a list of dependencies; call (GUIX-NAME PACKAGE-NAME) to obtain the Guix package name corresponding to the upstream name.
Try to download a given VERSION from a REPOSITORY url twice. Call ERROR-PROCEDURE if both attempts fail.