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.
Build the given package, applying all of PHASES in order.
(nonguix build chromium-binary-build-system)(nonguix build chromium-binary-build-system)Build the given package, applying all of PHASES in order.
Return true if ELF file is in 64-bit format, false otherwise. See https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header.
Make RESULT the concatenation of all of FILES.
Build SOURCE using PATCHELF, and with INPUTS. This assumes that SOURCE provides its own binaries.
Return the default patchelf package.
Return the default glibc package.
Return a bag for NAME.
Build SOURCE using binary-build-system. WRAPPER-PLAN is a list of strings for files which patchelf will add the INPUTS (which implicitly includes the base packages needed for chromium-based binaries) to RPATH and wrap with needed environment variables. Optionally, an entry can be a list with the first entry the file to be patched and the second a list of additional inputs for patchelf, like PATCHELF-PLAN in binary-build-system. PATCHELF-PLAN itself is ignored if WRAPPER-PLAN is not '().
Return a bag for NAME.