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.
Convert STR, a storage measurement representation such as "1024" or "1MiB", to a number of bytes. Raise an error if STR could not be interpreted.
Read and evaluate STR and return the package it refers to, or exit an error.
Compute a "relevance score" for OBJ as a function of its number of matches of REGEXPS and accordingly to METRICS. METRICS is list of field/weight pairs, where FIELD is a procedure that returns a string or list of strings describing OBJ, and WEIGHT is a positive integer denoting the weight of this field in the final score.
A score of zero means that OBJ does not match any of REGEXPS. The higher the score, the more relevant OBJ is to REGEXPS.
Return the duration matching a pattern in STR. This function accepts the following patterns: "1d", "1w", "1m".
Return a plain-text representation of PACKAGE synopsis field.
Return the list of generations matching a pattern in STR. This function accepts the following patterns: "1", "1,2,3", "1..9", "1..", "..9".
Return the list of available generations matching a pattern in STR. See 'string->generations' and 'string->duration' for the list of valid patterns. When STR is a duration pattern, return all the generations whose ctime has DURATION-RELATION with the current time.
Return a plain-text representation of texinfo fragment STR.
Display the changed packages in PROFILE GEN2 compared to generation GEN1.
Like 'delete-generation', but display what is going on.
Return a version of STR where newlines have been replaced by newlines followed by "+ ", which makes for a valid multi-line field value in the `recutils' syntax.
Return STR with each newline preceded by INDENT spaces. When INITIAL-INDENT? is true, the first line is also indented.
Return a plain-text representation of PACKAGE description field.
Display the packages in PROFILE, generation NUMBER, in a human-readable way.
Return a predicate that returns true when passed a package where one of its source URLs starts with PREFIX.
Return an updater among UPDATERS that matches PACKAGE, or #f if none of them matches.