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.
Read the SPEC and return the corresponding <file-system-mapping>. SPEC is a string of the form "SOURCE" or "SOURCE=TARGET". The former specifies that SOURCE from the host should be mounted at SOURCE in the other system. The latter format specifies that SOURCE from the host should be mounted at TARGET in the other system.
Return the string representations of the DEVICE field of a <file-system> record. When the device is a UUID, its representation is chosen depending on UUID-TYPE, a symbol such as 'dce or 'iso9660.
Parse STR as a UUID of the given TYPE. On success, return the corresponding bytevector; otherwise return #f.
Deserialize SEXP, a list, to the corresponding <file-system> object.
Return a predicate that, when passed a file system, returns #t if that file system has the given MOUNT-POINT.
Return a list corresponding to file-system FS that can be passed to the initrd code.
Return a predicate that, when passed a file system, returns #t if that file system has the given TYPE.