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 true if PACKAGE is supported on SYSTEM--i.e., if PACKAGE and all its dependencies are known to build on SYSTEM.
Return the derivation corresponding to ORIGIN.
Return the derivation to build BAG for SYSTEM. Optionally, CONTEXT can be a package object describing the context in which the call occurs, for improved error reporting.
Look up NAME among PACKAGE's direct inputs. Return it if found, #f otherwise.
Return the derivation or file corresponding to SOURCE, which can be an a file name or any object handled by 'lower-object', such as an <origin>. When SOURCE is a file name, return either the interned file name (if SOURCE is outside of the store) or SOURCE itself (if SOURCE is already a store item.)
Return the closure of PACKAGES on SYSTEM--i.e., PACKAGES and the list of packages they depend on, recursively.
Look up NAME among PACKAGE's inputs. Return it if found, #f otherwise.
Return the intersection of the systems supported by PACKAGE and those supported by its dependencies.
Return the list of inputs required by PACKAGE for development purposes on SYSTEM. When TARGET is true, return the inputs needed to cross-compile PACKAGE from SYSTEM to TRIPLET, where TRIPLET is a triplet such as "aarch64-linux-gnu".
Same as 'package-transitive-native-inputs', but applied to a bag.
Look up NAME among PACKAGE's native inputs. Return it if found, #f otherwise.