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

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.


default-ninja ()
Channel: guix
Location: guix/build-system/cmake.scm (guix build-system cmake)
Documentation:

Return the default ninja package.

%composer-build-system-modules
Channel: guix
Location: guix/build-system/composer.scm (guix build-system composer)
lower (name #:key source inputs native-inputs outputs system target php composer-classloader findclass . arguments)
Channel: guix
Location: guix/build-system/composer.scm (guix build-system composer)
Documentation:

Return a bag for NAME.

composer-build-system
Channel: guix
Location: guix/build-system/composer.scm (guix build-system composer)
composer-build (name inputs #:key guile source outputs configure-flags search-paths out-of-source? composer-file tests? test-target test-flags install-target validate-runpath? patch-shebangs? strip-binaries? strip-flags strip-directories phases system imported-modules modules)
Channel: guix
Location: guix/build-system/composer.scm (guix build-system composer)
Documentation:

Build SOURCE using PHP, and with INPUTS. This assumes that SOURCE provides a 'composer.json' file as its build system.

copy-build (name inputs #:key guile source outputs install-plan search-paths out-of-source? tests? validate-runpath? patch-shebangs? strip-binaries? strip-flags strip-directories phases system target substitutable? imported-modules modules)
Channel: guix
Location: guix/build-system/copy.scm (guix build-system copy)
Documentation:

Build SOURCE using INSTALL-PLAN, and with INPUTS.

%copy-build-system-modules
Channel: guix
Location: guix/build-system/copy.scm (guix build-system copy)
lower (name #:key source inputs native-inputs outputs system target . arguments)
Channel: guix
Location: guix/build-system/copy.scm (guix build-system copy)
Documentation:

Return a bag for NAME from the given arguments.

copy-build-system
Channel: guix
Location: guix/build-system/copy.scm (guix build-system copy)
dub-build-system
Channel: guix
Location: guix/build-system/dub.scm (guix build-system dub)
%dune-build-system-modules
Channel: guix
Location: guix/build-system/dune.scm (guix build-system dune)
dune-build (name inputs #:key guile source outputs search-paths build-flags out-of-source? jbuild? package dune-release-flags tests? test-flags test-target install-target validate-runpath? patch-shebangs? strip-binaries? strip-flags strip-directories phases system imported-modules modules)
Channel: guix
Location: guix/build-system/dune.scm (guix build-system dune)
Documentation:

Build SOURCE using OCAML, and with INPUTS. This assumes that SOURCE provides a 'setup.ml' file as its build system.

dune-build-system
Channel: guix
Location: guix/build-system/dune.scm (guix build-system dune)
elm-build-system
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
elm-build (name inputs #:key source tests? phases outputs search-paths system guile guile-json imported-modules modules)
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
Documentation:

Build SOURCE using ELM.

%elm-default-modules
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
elm->package-name (name)
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
Documentation:

Given the NAME of an Elm package, return a Guix-style package name.

guix-package->elm-name (package)
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
Documentation:

Given an Elm PACKAGE, return the possibly-inferred upstream name, or #f the upstream name is not specified and can't be inferred.

infer-elm-package-name (guix-name)
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
Documentation:

Given the GUIX-NAME of an Elm package, return the inferred upstream name, or #f if it can't be inferred. If the result is not #f, supplying it to 'elm->package-name' would produce GUIX-NAME.

See also 'guix-package->elm-name', which respects the 'upstream-name' property.

elm-package-origin (elm-name version hash)
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
Documentation:

Return an origin for the Elm package with upstream name ELM-NAME at the given VERSION with sha256 checksum HASH.

%elm-build-system-modules
Channel: guix
Location: guix/build-system/elm.scm (guix build-system elm)
emacs-build-system
Channel: guix
Location: guix/build-system/emacs.scm (guix build-system emacs)
%emacs-build-system-modules
Channel: guix
Location: guix/build-system/emacs.scm (guix build-system emacs)
emacs-build (name inputs #:key source tests? parallel-tests? test-command phases outputs lisp-directory include exclude search-paths system guile imported-modules modules substitutable? allowed-references disallowed-references)
Channel: guix
Location: guix/build-system/emacs.scm (guix build-system emacs)
Documentation:

Build SOURCE using EMACS, and with INPUTS.

Total public symbols: 86650