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.
Set the value of the DT_RUNPATH dynamic entry of FILE, which must name an ELF file, to PATH, a list of strings. Raise a &missing-runpath-error or &runpath-too-long-error when appropriate.
Return #t if all the libraries listed as FILE's 'DT_NEEDED' entries are present in its RUNPATH, or if FILE lacks dynamic-link information. Return #f otherwise. Libraries whose name matches ALWAYS-FOUND? are considered to be always available.
Return the list of DT_NEEDED dynamic entries of FILE, or #f if FILE lacks dynamic info.
Return two values: the list of absolute .so file names FILE depends on, recursively, and the list of .so file names that could not be found. File names are resolved by searching the RUNPATH of the file that NEEDs them.
This is similar to the info returned by the 'ldd' command.
Remove from the DT_RUNPATH of FILE any entries that are not necessary according to DT_NEEDED.
Return dynamic-link information for ELF as an <elf-dynamic-info> object, or #f if ELF lacks dynamic-link information.
Return the DT_RUNPATH dynamic entry of FILE as a list of strings, or #f if FILE lacks dynamic info.
Build the given Guile package, applying all of PHASES in order.
Return paths under `output' for scm and go files for effective version of GUILE or whichever `guile' is in $PATH. Raises an error if they cannot be determined.
Return the effective version of GUILE or whichever 'guile' is in $PATH. Return #false if it cannot be determined.
Build from SOURCE to OUTPUTS, using INPUTS, and by running all of PHASES in order. Return #t if all the PHASES succeeded, #f otherwise.
Build the given Haskell package, applying all of PHASES in order.
Fetch CHANGESET from URL into DIRECTORY. CHANGESET must be a valid Mercurial changeset identifier. Return #t on success, #f otherwise.