_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-flycheck-guile 0.5
Propagated dependencies: emacs-flycheck@34.1 emacs-geiser@0.31.1 emacs-geiser-guile@0.28.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flatwhatson/flycheck-guile
Licenses: GPL 3+
Synopsis: GNU Guile support for Flycheck
Description:

This package provides a Flycheck checker for GNU Guile using guild compile.

guile-websocket-next 0.2-1.438d876
Dependencies: guile@3.0.9 guile-gnutls@4.0.0
Channel: kakafarm
Location: kakafarm/packages/guile-xyz.scm (kakafarm packages guile-xyz)
Home page: https://dthompson.us/projects/guile-websocket.html
Licenses: LGPL 3+
Synopsis: Websocket server/client for Guile
Description:

Guile-websocket provides an implementation of the WebSocket protocol as defined by RFC 6455.

guile-dbd-postgresql 2.1.8
Dependencies: postgresql@14.13 zlib@1.3
Propagated dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/opencog/guile-dbi
Licenses: GPL 2+
Synopsis: Guile DBI driver for PostgreSQL
Description:

guile-dbi is a library for Guile that provides a convenient interface to SQL databases. This package implements the interface for PostgreSQL.

jupyter-guile-kernel 0.0.0-2.f25fb90
Dependencies: openssl@3.0.8 guile@3.0.9 guile-json@3.5.0 guile-simple-zmq@0.0.0-11.d25d186
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/jerry40/guile-kernel
Licenses: GPL 3+
Synopsis: Guile kernel for the Jupyter Notebook
Description:

This package provides a Guile 2.x kernel for the Jupyter Notebook. It allows users to interact with the Guile REPL through Jupyter.

guile-lsp-server.git 0.4.1-0.ffa92ac
Dependencies: guile@3.0.9
Propagated dependencies: guile-irregex@0.9.11 guile-scheme-json-rpc.git@0.4.2-0.eda1b42 guile-srfi-145@0.0.1 guile-srfi-180@0-0.9188bf9
Channel: small-guix
Location: small-guix/packages/scheme-lsp.scm (small-guix packages scheme-lsp)
Home page: https://codeberg.org/rgherdt/scheme-lsp-server
Licenses: Expat
Synopsis: A LSP (Language Server Protocol) server for Scheme
Description:

guile-scheme-lsp is an implementation for Guile of the LSP specification. This software aims to support several Scheme implementations. To achieve this, the code is designed to contain as much logic as possible in R7RS Scheme, separating implementation-specific code in different directories.

guile-bytestructures 1.0.10
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/TaylanUB/scheme-bytestructures
Licenses: GPL 3+
Synopsis: Structured access to bytevector contents for Guile
Description:

Guile bytestructures offers a system imitating the type system of the C programming language, to be used on bytevectors. C's type system works on raw memory, and Guile works on bytevectors which are an abstraction over raw memory. It's also more powerful than the C type system, elevating types to first-class status.

guile-for-guile-emacs 3.0.7-81-2.e62c0d1
Dependencies: libffi@3.4.4 libxcrypt@4.4.36 bash-minimal@5.1.16
Propagated dependencies: libunistring@1.1 libgc@8.2.4
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Synopsis: Development version of GNU Guile
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

guile-scheme-json-rpc 0.4.5a
Dependencies: guile@3.0.9
Propagated dependencies: guile-srfi-145@0.0.1 guile-srfi-180@0-0.9188bf9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://codeberg.org/rgherdt/scheme-json-rpc/
Licenses: Expat
Synopsis: Library providing JSON-RPC capability for Guile Scheme
Description:

This library implements parts of the JSON-RPC specification, allowing for calling methods on remote servers by exchanging JSON objects.

guile-static-stripped 3.0.9
Dependencies: libunistring@1.1 libffi@3.4.4 libxcrypt@4.4.36 bash-minimal@5.1.16
Propagated dependencies: libunistring@1.1 libgc@8.2.4
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Synopsis: Minimal statically-linked and relocatable Guile
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

guile-srfi-234-manual 1.0.0-1.2c5eb73
Channel: kakafarm
Location: kakafarm/packages/guile-xyz.scm (kakafarm packages guile-xyz)
Home page: https://codeberg.org/kakafarm/guile-srfi-234-manual
Licenses: Expat
Synopsis: Topological sorting module for Guile Scheme
Description:

Topological sorting is an algorithm that takes a graph consisting of nodes and other nodes that depend on them, forming a partial order, and returns a list representing a total ordering of the graph. If the graph is cyclic, the topological sort will fail. The procedure topological-sort returns three values. If sorting succeeds, the first value contains the result and the second and third are #false. If sorting fails, the result is #false and the second and third value may provide additional information about the error.

guile-ncurses-with-gpm 3.1
Dependencies: ncurses-with-gpm@6.2.20210619 guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://www.gnu.org/software/guile-ncurses/
Licenses: LGPL 3+
Synopsis: Guile bindings to ncurses
Description:

guile-ncurses provides Guile language bindings for the ncurses library.

guile-picture-language 0.0.1-5.a1322bf
Dependencies: guile@3.0.9
Propagated dependencies: guile-cairo@1.11.2 guile-rsvg@2.18.1-0.05c6a2f
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://git.elephly.net/software/guile-picture-language.git
Licenses: LGPL 3+ GPL 3+
Synopsis: Picture language for Guile
Description:

This package provides a simple SVG-based picture language for Guile. The picture values can directly be displayed in Geiser.

guile-threading-macros 0.0.0-0.a438588
Dependencies: guix@1.4.0-36.0772d36
Channel: guixrus
Location: guixrus/packages/common/guile.scm (guixrus packages common guile)
Home page: https://hg.sr.ht/~bjoli/guile-threading-macros
Licenses: Modified BSD
Synopsis: Threading macros for guile scheme
Description:

guile-threading-macros implements a version of the famous clojure threading macros. These are syntax-rules macros, and are as such portable across r(5 6 7)rs-conforming implementations.

guile-syntax-highlight 0.2.0
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://dthompson.us/projects/guile-syntax-highlight.html
Licenses: LGPL 3+
Synopsis: General-purpose syntax highlighter for GNU Guile
Description:

Guile-syntax-highlight is a general-purpose syntax highlighting library for GNU Guile. It can parse code written in various programming languages into a simple s-expression that can be converted to HTML (via SXML) or any other format for rendering.

guile-simple-iterators 0.0.0-0.50f16a2
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://gitlab.com/dustyweb/guile-simple-iterators
Licenses: ASL 2.0
Synopsis: Simple iterators for Guile
Description:

This is a collection of iteration macros for Guile. They are inspired by racket's family of iterators. Specifically, the following iterators are available:

  • for

  • for/map

  • for/c

  • for/fold

  • for/fold-right

  • for/folder

  • folder

guile-clipboard-speaker 1.0.2-2.36e87de
Dependencies: bash@5.1.16 coreutils@9.1 espeak-ng@1.51 guile-config@0.5.1 guile-srfi-145@0.0.1 guile-srfi-180@0-0.9188bf9 guile@3.0.9 util-linux@2.37.4 xsel@1.2.0-1.062e6d3
Channel: kakafarm
Location: kakafarm/packages/guile-xyz.scm (kakafarm packages guile-xyz)
Home page: https://codeberg.org/kakafarm/guile-clipboard-speaker/
Licenses: AGPL 3+
Synopsis: Accessibility tool that reads the contents of your clipboard buffer
Description:

This package installs the clipboard-speaker executable. An accessibility tool that reads the contents of the clipboard. I can read the current selection or the clipboard. Select a bunch of text, press a keybinding / shortcut you've set in the windows manager, and clipboard-speaker would read that aloud.

guile2.2-bytestructures 1.0.10
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/TaylanUB/scheme-bytestructures
Licenses: GPL 3+
Synopsis: Structured access to bytevector contents for Guile
Description:

Guile bytestructures offers a system imitating the type system of the C programming language, to be used on bytevectors. C's type system works on raw memory, and Guile works on bytevectors which are an abstraction over raw memory. It's also more powerful than the C type system, elevating types to first-class status.

guile2.0-bytestructures 1.0.10
Dependencies: guile@2.0.14
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://github.com/TaylanUB/scheme-bytestructures
Licenses: GPL 3+
Synopsis: Structured access to bytevector contents for Guile
Description:

Guile bytestructures offers a system imitating the type system of the C programming language, to be used on bytevectors. C's type system works on raw memory, and Guile works on bytevectors which are an abstraction over raw memory. It's also more powerful than the C type system, elevating types to first-class status.

guile2.2-picture-language 0.0.1-5.a1322bf
Dependencies: guile@2.2.7
Propagated dependencies: guile2.2-cairo@1.11.2 guile2.2-rsvg@2.18.1-0.05c6a2f
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://git.elephly.net/software/guile-picture-language.git
Licenses: LGPL 3+ GPL 3+
Synopsis: Picture language for Guile
Description:

This package provides a simple SVG-based picture language for Guile. The picture values can directly be displayed in Geiser.

guile-scheme-json-rpc.git 0.4.2-0.eda1b42
Dependencies: guile@3.0.9
Propagated dependencies: guile-srfi-145@0.0.1 guile-srfi-180@0-0.9188bf9
Channel: small-guix
Location: small-guix/packages/scheme-lsp.scm (small-guix packages scheme-lsp)
Home page: https://codeberg.org/rgherdt/scheme-json-rpc/
Licenses: Expat
Synopsis: Library providing JSON-RPC capability for Guile Scheme
Description:

This library implements parts of the JSON-RPC specification, allowing for calling methods on remote servers by exchanging JSON objects.

guile2.2-syntax-highlight 0.2.0
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://dthompson.us/projects/guile-syntax-highlight.html
Licenses: LGPL 3+
Synopsis: General-purpose syntax highlighter for GNU Guile
Description:

Guile-syntax-highlight is a general-purpose syntax highlighting library for GNU Guile. It can parse code written in various programming languages into a simple s-expression that can be converted to HTML (via SXML) or any other format for rendering.

guile-static-stripped-tarball 3.0.9
Dependencies: libunistring@1.1 libffi@3.4.4 libxcrypt@4.4.36 bash-minimal@5.1.16
Propagated dependencies: libunistring@1.1 libgc@8.2.4
Channel: guix
Location: gnu/packages/make-bootstrap.scm (gnu packages make-bootstrap)
Home page: https://www.gnu.org/software/guile/
Licenses: LGPL 3+
Synopsis: Minimal statically-linked and relocatable Guile
Description:

Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language of the GNU system. It is an implementation of the Scheme language which can be easily embedded in other applications to provide a convenient means of extending the functionality of the application without requiring the source code to be rewritten.

Total results: 310