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.
Cross-build SOURCE with INPUTS. See GNU-BUILD for more details.
Build SOURCE with INPUTS. See GNU-BUILD for more details.
A version of P linked with `-static-gcc'.
Return a derivation called NAME that builds from tarball SOURCE, with input derivation INPUTS, using the usual procedure of the GNU Build System. The builder is run with GUILE, or with the distro's final Guile package if GUILE is #f or omitted.
The builder is run in a context where MODULES are used; IMPORTED-MODULES specifies modules not provided by Guile itself that must be imported in the builder's environment, from the host. Note that we distinguish between both, because for Guile's own modules like (ice-9 foo), we want to use GUILE's own version of it, rather than import the user's one, which could lead to gratuitous input divergence.
SUBSTITUTABLE? determines whether users may be able to use substitutes of the returned derivations, or whether they should always build it locally.
ALLOWED-REFERENCES can be either #f, or a list of packages that the outputs are allowed to refer to.
Return a package whose outputs are guaranteed to only refer to the packages listed in REFS.
Return a statically-linked version of package P. If STRIP-ALL? is true, use `--strip-all' as the arguments to `strip'.
Return the list of (NAME PACKAGE OUTPUT) or (NAME PACKAGE) tuples of standard packages used as implicit inputs of the GNU build system.
Return a version of P with VARIABLE=VALUE specified as an extra `configure' flag, recursively. An example is LDFLAGS=-static. If P already has configure flags for VARIABLE, the associated value is augmented.
Return a package that takes source files from the SOURCE directory, runs `make distcheck' and whose result is one or more source tarballs. The exact build phases are defined by PHASES.
True if VERSION is a Go pseudo-version, i.e., a version string made of a commit hash and its date rather than a proper release tag.