_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


acl2-minimal
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
sbcl-araneae
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
sbcl-sanity-clause
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
sbcl-dexador-next
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
sbcl-clog-2.4
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
sbcl-websocket-driver-next
Channel: bugchan
Location: bugchan/packages/lisp-xyz.scm (bugchan packages lisp-xyz)
python-xkbcommon
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
python-hyrule
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
python-pywayland
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
python-pywlroots
Channel: bugchan
Location: bugchan/packages/python-xyz.scm (bugchan packages python-xyz)
owl-next
Channel: bugchan
Location: bugchan/packages/scheme.scm (bugchan packages scheme)
lain-wired-sddm-theme
Channel: bugchan
Location: bugchan/packages/sddm-themes.scm (bugchan packages sddm-themes)
zsh-powerlevel10k
Channel: bugchan
Location: bugchan/packages/shell-utils-extra.scm (bugchan packages shell-utils-extra)
qtile-with-wayland
Channel: bugchan
Location: bugchan/packages/wm.scm (bugchan packages wm)
warpd-wayland
Channel: bugchan
Location: bugchan/packages/xdisorg.scm (bugchan packages xdisorg)
home-gnome-keyring-configuration
Channel: bugchan
Location: bugchan/services/gnome.scm (bugchan services gnome)
home-gnome-keyring-shepherd-service (a)
Channel: bugchan
Location: bugchan/services/gnome.scm (bugchan services gnome)
home-gnome-keyring-service-type
Channel: bugchan
Location: bugchan/services/gnome.scm (bugchan services gnome)
remove-nils (a)
Channel: bugchan
Location: bugchan/util/helper-functions.scm (bugchan util helper-functions)
flatten-list (a)
Channel: bugchan
Location: bugchan/util/helper-functions.scm (bugchan util helper-functions)
Documentation:

take LST as a list of lists and flatten all nested lists: (flatten-list (list 1 2 (list 3 (list 4)) 5)) => (1 2 3 4 5)

remove-nils (a)
Channel: bugchan
Location: bugchan/util/lists.scm (bugchan util lists)
as-pair (a)
Channel: bugchan
Location: bugchan/util/lists.scm (bugchan util lists)
Documentation:

Convert a list into a nested pair. Example: (as-pair '(1 2 3)) => ((1 . 2) . 3)

flatten-list (a)
Channel: bugchan
Location: bugchan/util/lists.scm (bugchan util lists)
Documentation:

take LST as a list of lists and flatten all nested lists: (flatten-list (list 1 2 (list 3 (list 4)) 5)) => (1 2 3 4 5)

tostring args
Channel: bugchan
Location: bugchan/util/strings.scm (bugchan util strings)
Documentation:

convert S into a stringified form, with an optional delimiter to be used for lists and pairs.

Page: 111121314153611
Total public symbols: 86650