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.
Return a package with wrapper script to launch the supplied container object in a sandboxed FHS environment.
Return a procedure that, when passed a package, grafts its direct and indirect dependencies, including implicit inputs, according to REPLACEMENTS. REPLACEMENTS is a list of package pairs; the first element of each pair is the package to replace, and the second one is the replacement.
Name and version of replacement packages will be padded to meet graft requirement.
Create package with system-dependent sources. SOURCE-MAPPING should at least contain source for DEFAULT-SYSTEM. Taking the following package as example:
(binary-package-from-sources `(("x86_64-linux" . ,source-aaa) ("aarch64-linux" . ,source-bbb)) (package ...))
It unpacks source from source-bbb when building for aarch64-linux targets, and source-aaa for all others.
Return a copy of package PKG with name ALIAS.
Recursing into child elements, apply PROC to every element of OBJ that matches PRED.
Build the given package, applying all of PHASES in order.
Build SOURCE using PATCHELF, and with INPUTS. This assumes that SOURCE provides its own binaries.