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

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.


read-cpio-header (port)
Channel: guix
Location: guix/cpio.scm (guix cpio)
write-cpio-header (obj port)
Channel: guix
Location: guix/cpio.scm (guix cpio)
write-cpio-archive (files port #:key file->header)
Channel: guix
Location: guix/cpio.scm (guix cpio)
Documentation:

Write to PORT a cpio archive in "new ASCII" format containing all of FILES.

The archive written to PORT is intended to be bit-identical to what GNU cpio produces with the '-H newc' option.

file->cpio-header* (file #:optional file-name #:key stat)
Channel: guix
Location: guix/cpio.scm (guix cpio)
Documentation:

Similar to 'file->cpio-header', but return a header with a zeroed modification time, inode number, UID/GID, etc. This allows archives to be produced in a deterministic fashion.

cpu-vendor
Channel: guix
Location: guix/cpu.scm (guix cpu)
cpu-family
Channel: guix
Location: guix/cpu.scm (guix cpu)
cpu-model
Channel: guix
Location: guix/cpu.scm (guix cpu)
cpu?
Channel: guix
Location: guix/cpu.scm (guix cpu)
gcc-architecture->micro-architecture-level (gcc-architecture)
Channel: guix
Location: guix/cpu.scm (guix cpu)
Documentation:

Return a matching psABI micro-architecture, allowing optimizations for x86_64 CPUs for compilers which don't allow for more focused optimizing.

cpu-flags
Channel: guix
Location: guix/cpu.scm (guix cpu)
cpu->gcc-architecture (cpu)
Channel: guix
Location: guix/cpu.scm (guix cpu)
Documentation:

Return the architecture name, suitable for GCC's '-march' flag, that corresponds to CPU, a record as returned by 'current-cpu'.

current-cpu
Channel: guix
Location: guix/cpu.scm (guix cpu)
cpu-architecture
Channel: guix
Location: guix/cpu.scm (guix cpu)
cve-reference-url
Channel: guix
Location: guix/cve.scm (guix cve)
cve-item-configurations
Channel: guix
Location: guix/cve.scm (guix cve)
cve-reference?
Channel: guix
Location: guix/cve.scm (guix cve)
vulnerability-packages
Channel: guix
Location: guix/cve.scm (guix cve)
cve-reference-tags
Channel: guix
Location: guix/cve.scm (guix cve)
json->vulnerabilities (json)
Channel: guix
Location: guix/cve.scm (guix cve)
Documentation:

Parse JSON, an input port or a string, and return the list of vulnerabilities found therein.

json->cve-items (json)
Channel: guix
Location: guix/cve.scm (guix cve)
Documentation:

Parse JSON, an input port or a string, and return a list of <cve-item> records.

cve-item-id
Channel: guix
Location: guix/cve.scm (guix cve)
cve-item-last-modified-date
Channel: guix
Location: guix/cve.scm (guix cve)
cve-item-published-date
Channel: guix
Location: guix/cve.scm (guix cve)
vulnerabilities->lookup-proc (vulnerabilities)
Channel: guix
Location: guix/cve.scm (guix cve)
Documentation:

Return a lookup procedure built from VULNERABILITIES that takes a package name and optionally a version number. When the version is omitted, the lookup procedure returns a list of vulnerabilities; otherwise, it returns a list of vulnerabilities affecting the given package version.

Total public symbols: 86650