_ _ _ _ _
/\ \ /\ \ /\ \ /\_\ / /\
\_\ \ / \ \\ \ \ / / / / / \
/\__ \ / /\ \ \\ \ \_/ / / / / /\ \__
/ /_ \ \ / / /\ \ \\ \___/ / / / /\ \___\
/ / /\ \ \ / / / \ \_\\ \ \_/ \ \ \ \/___/
/ / / \/_// / / / / / \ \ \ \ \ \
/ / / / / / / / / \ \ \ _ \ \ \
/ / / / / /___/ / / \ \ \ /_/\__/ / /
/_/ / / / /____\/ / \ \_\\ \/___/ /
\_\/ \/_________/ \/_/ \_____\/
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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
flat-map (a . rest)Documentation: Returns a list containg every other application of PROC to a list where the first element comes from the first list, the second element from the second list, up to the last list.
binary-build argsDocumentation: Build the given package, applying all of PHASES in order.
chromium-binary-build argsDocumentation: Build the given package, applying all of PHASES in order.
make-wrapper argsDocumentation: Like `wrap-program' but create WRAPPER around REAL-FILE.
The wrapper automatically changes directory to that of REAL-FILE.
Example:
(make-wrapper "bin/foo" "sub-dir/original-foo"
'("PATH" ":" = ("/gnu/.../bar/bin"))
'("CERT_PATH" suffix ("/gnu/.../baz/certs"
"/qux/certs")))
will create 'bin/foo' with the following
contents:
#!location/of/bin/bash
export PATH="/gnu/.../bar/bin"
export CERT_PATH="$CERT_PATH${CERT_PATH:+:}/gnu/.../baz/certs:/qux/certs"
cd sub-dir
exec -a $0 sub-dir/original-foo "$@".
%binary-build-system-modules default-patchelf ()Documentation: Return the default patchelf package.
default-glibc ()Documentation: Return the default glibc package.
binary-build argsDocumentation: Build SOURCE using PATCHELF, and with INPUTS. This assumes that SOURCE provides its own binaries.
%chromium-binary-build-system-modules chromium-binary-build-system chromium-binary-build argsDocumentation: Build SOURCE using binary-build-system.
Total public symbols: 86853