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.
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.
Build from SOURCE to OUTPUTS, using INPUTS, and by running all of PHASES in order. Return #t if all the PHASES succeeded, #f otherwise.
Dump to PORT the contents of files in DIRECTORY that match FILE-REGEXP.
Build the given Go package, applying all of PHASES in order.
Copy DIRECTORY to OUTPUT, replacing strings according to MAPPING, a list of file name pairs.
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.
Return the <elf-dynamic-info> record of FILE, or #f if FILE lacks dynamic info.
Replace occurrences of '$ORIGIN' in STR with DIRECTORY.