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.
Create a procedure that installs an early bootstrap package. The procedure will install all of the '.scm' and '.go' files in each of the directories in MODULES, and all the executable files in the SCRIPTS directory.
Create a procedure that configures an early bootstrap package. The procedure will search each directory in MODULES and configure all of the '.in' files with NAME and VERSION. It will then search the SCRIPTS directory and configure all of the '.in' files with the bootstrap Guile and its module and object directories.
Create a procedure that builds an early bootstrap package. The procedure will search each directory in MODULES and compile all of the '.scm' files.
Dump to PORT the contents of files in DIRECTORY that match FILE-REGEXP.
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 Go package, applying all of PHASES in order.
Read data from INPUT, replacing store references according to REPLACEMENT-TABLE, and writing the result to OUTPUT. REPLACEMENT-TABLE is a vhash that maps strings (original hashes) to bytevectors (replacement strings comprising the replacement hash, a dash, and a string).
Note: We use string keys to work around the fact that guile-2.0 hashes all bytevectors to the same value.
Apply the grafts described by MAPPING on OLD-OUTPUTS, leading to NEW-OUTPUTS. MAPPING must be a list of file name pairs; OLD-OUTPUTS and NEW-OUTPUTS are lists of output name/file name pairs.
Copy DIRECTORY to OUTPUT, replacing strings according to MAPPING, a list of file name pairs.
Return the list of DT_NEEDED dynamic entries of FILE, or #f if FILE lacks dynamic info.
Remove from the DT_RUNPATH of FILE any entries that are not necessary according to DT_NEEDED.
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.
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 the <elf-dynamic-info> record of FILE, or #f if FILE lacks dynamic info.