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

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.


etc-service
Channel: guix
Location: gnu/services.scm (gnu services)
ambiguous-target-service-error-service
Channel: guix
Location: gnu/services.scm (gnu services)
fold-services (services #:key target-type)
Channel: guix
Location: gnu/services.scm (gnu services)
Documentation:

Fold SERVICES by propagating their extensions down to the root of type TARGET-TYPE; return the root service adjusted accordingly.

%linux-bare-metal-service
Channel: guix
Location: gnu/services.scm (gnu services)
service-type-location
Channel: guix
Location: gnu/services.scm (gnu services)
service-extension-compute
Channel: guix
Location: gnu/services.scm (gnu services)
%boot-service
Channel: guix
Location: gnu/services.scm (gnu services)
boot-service-type
Channel: guix
Location: gnu/services.scm (gnu services)
service-kind
Channel: guix
Location: gnu/services.scm (gnu services)
activation-service-type
Channel: guix
Location: gnu/services.scm (gnu services)
service-extension?
Channel: guix
Location: gnu/services.scm (gnu services)
service-type-extensions
Channel: guix
Location: gnu/services.scm (gnu services)
missing-value-service-error?
Channel: guix
Location: gnu/services.scm (gnu services)
service-extension-target
Channel: guix
Location: gnu/services.scm (gnu services)
cleanup-service-type
Channel: guix
Location: gnu/services.scm (gnu services)
missing-target-service-error-target-type
Channel: guix
Location: gnu/services.scm (gnu services)
etc-profile-d-service-type
Channel: guix
Location: gnu/services.scm (gnu services)
%activation-service
Channel: guix
Location: gnu/services.scm (gnu services)
delete (x lst #:optional pred)
Channel: guix
Location: gnu/services.scm (gnu services)
Documentation:

Return a list containing the elements of lst but with those equal to x deleted. The returned elements will be in the same order as they were in lst.

Equality is determined by pred, or equal? if not given. An equality call is made just once for each element, but the order in which the calls are made on the elements is unspecified.

The equality calls are always (pred x elem), ie.: the given x is first. This means for instance elements greater than 5 can be deleted with (delete 5 lst <).

lst is not modified, but the returned list might share a common tail with lst.

linux-builder-configuration
Channel: guix
Location: gnu/services.scm (gnu services)
missing-target-service-error?
Channel: guix
Location: gnu/services.scm (gnu services)
privileged-program-service-type
Channel: guix
Location: gnu/services.scm (gnu services)
activation-service->script (service)
Channel: guix
Location: gnu/services.scm (gnu services)
Documentation:

Return as a monadic value the activation script for SERVICE, a service of ACTIVATION-SCRIPT-TYPE.

%hurd-rc-script
Channel: guix
Location: gnu/services.scm (gnu services)
Total public symbols: 86650