_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
guile-tap 0.5.1
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/ft/guile-tap
Licenses: FreeBSD
Synopsis: Guile test framework that emits TAP output
Description:

guile-tap is a library for GNU Guile that implements a framework for specifying test cases that emit output that adheres to the Test Anything Protocol (TAP). It comes with an experimental harness (tap-harness).

guile-aws 0.1.0-1.f32bea1
Dependencies: guile@3.0.9
Propagated dependencies: guile-json@4.7.3 guile-gcrypt@0.4.0
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://git.elephly.net/software/guile-aws.git
Licenses: GPL 3+
Synopsis: Scheme DSL for the AWS APIs
Description:

This package provides a DSL for a number of Amazon Web Services (AWS) APIs, including EFS, EC2, Route53, and more. Guile AWS uses the Guile compiler tower to generate the DSL from AWS JSON specifications.

guile-png 0.7.3
Dependencies: bash-minimal@5.1.16 guile@3.0.9 guile-lib@0.2.8 guile-zlib@0.2.1
Propagated dependencies: guile-smc@0.6.3
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-png
Licenses: GPL 3+
Synopsis: PNG file parsing library for Guile
Description:

guile-png is a GNU Guile library for working with the PNG format. This library provides API for reading and writing PNG data, as well as some graphic primitives and basic image processing filters.

guile-jwt 0.3.0
Dependencies: guile@3.0.9
Propagated dependencies: guile-gcrypt@0.4.0 guile-json@4.7.3
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/aconchillo/guile-jwt
Licenses: GPL 3+
Synopsis: JSON Web Token library for Guile
Description:

guile-jwt is a JSON Web Token module for Guile. JSON Web Tokens are an open, industry standard (RFC 7519) method for representing claims securely between two parties. guile-jwt allows you to decode, verify and generate JWT. Supported algorithms: HS256, HS384, HS512.

guile-dbi 2.1.8
Propagated dependencies: guile@2.2.7
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 database abstraction layer
Description:

guile-dbi is a library for Guile that provides a convenient interface to SQL databases. Database programming with guile-dbi is generic in that the same programming interface is presented regardless of which database system is used. It currently supports MySQL, Postgres and SQLite3.

guile-ics 0.6.0
Dependencies: guile@3.0.9
Propagated dependencies: guile-lib@0.2.8 guile-smc@0.6.3 guile-dsv@0.7.2
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-ics
Licenses: GPL 3+
Synopsis: Guile parser library for the iCalendar format
Description:

Guile-ICS is an iCalendar (RFC5545) and vCard (RFC6350) format parser library written in pure Scheme. The library can be used to read and write iCalendar/vCadr data and convert the data from/to various formats.

The library is shipped with documentation in Info format and usage examples.

guile-dsv 0.7.2
Dependencies: bash-minimal@5.1.16 guile@3.0.9
Propagated dependencies: guile-lib@0.2.8 guile-smc@0.6.3
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-dsv
Licenses: GPL 3+
Synopsis: DSV module for Guile
Description:

Guile-DSV is a GNU Guile module for working with the delimiter-separated values (DSV) data format. Guile-DSV supports the Unix-style DSV format and RFC 4180 style format. Also Guile-DSV includes a console program named dsv that allows to view and process DSV data, including such operations as delimiter change, conversion from one DSV standard to another and printing the data as pseudographics tables.

guile-rdf 1.0
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://framagit.org/tyreunom/guile-rdf
Licenses: GPL 3+
Synopsis: Guile implementation of the RDF abstract and concrete syntaxes
Description:

Guile RDF is an implementation of the RDF (Resource Description Framework) format defined by the W3C for GNU Guile. RDF structures include triples (facts with a subject, a predicate and an object), graphs which are sets of triples, and datasets, which are collections of graphs.

RDF specifications include the specification of concrete syntaxes and of operations on graphs. This library implements some basic functionalities, such as parsing and producing turtle and nquads syntax, as well as manipulating graphs and datasets.

guile-rsv 0.2.0-1.41b04c8
Dependencies: guile@3.0.9 bash@5.1.16
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://codeberg.org/kakafarm/guile-rsv/
Licenses: GPL 3+
Synopsis: Reading and writing @acronym{RSV, rows of string values} data format
Description:

R7RS-small Scheme library for reading and writing RSV data format, a very simple binary format for storing tables of strings. It is a competitor for CSV (Comma Seperated Values) and TSV (Tab Separated Values). Its main benefit is that the strings are represented as Unicode encoded as UTF-8, and the value and row separators are byte values that are never used in UTF-8, so the strings do not need any error prone escaping and thus can be written and read verbatim.

The RSV format is specified in https://github.com/Stenway/RSV-Specification.

guile-rsv 0.2.0-1.41b04c8
Dependencies: guile@3.0.9 bash@5.1.16
Channel: kakafarm
Location: kakafarm/packages/guile-xyz.scm (kakafarm packages guile-xyz)
Home page: https://codeberg.org/kakafarm/guile-rsv/
Licenses: GPL 3+ Expat No Attribution
Synopsis: Library for reading and writing Rows of String Values data format
Description:

R7RS-small Scheme library for reading and writing RSV (Rows of String Values) data format, a very simple binary format for storing tables of strings. It is a competitor for e.g. CSV (Comma Seperated Values), and TSV (Tab Separated Values). Its main benefit is that the strings are represented as Unicode encoded as UTF-8, and the value and row separators are byte values that are never used in UTF-8, so the strings do not need any error prone escaping and thus can be written and read verbatim.

Specified in https://github.com/Stenway/RSV-Specification and demonstrated in https://www.youtube.com/watch?v=tb_70o6ohMA.

guile-smc 0.6.3
Dependencies: bash-minimal@5.1.16 guile@3.0.9 guile-lib@0.2.8 inetutils@2.5
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-smc
Licenses: GPL 3
Synopsis: GNU Guile state machine compiler
Description:

Guile-SMC is a state machine compiler that allows users to describe finite state machines (FSMs) in Scheme in terms of transition tables. It is capable to generate such transition tables from a PlantUML state diagrams.

A transition table can be verified and checked for dead-ends and infinite loops. Also Guile-SMC FSMs gather statistics when they run.

Guile-SMC comes with a Scheme program called smc -- a state machine compiler itself. It produces a Scheme code for an FSM from the PlantUML format. This tool is meant to be called on a PlantUML file when a program with a FSM is being built (for example, from a Makefile.)

guile-lib 0.2.8
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://www.nongnu.org/guile-lib/
Licenses: GPL 3+
Synopsis: Collection of useful Guile Scheme modules
Description:

Guile-Lib is intended as an accumulation place for pure-scheme Guile modules, allowing for people to cooperate integrating their generic Guile modules into a coherent library. Think "a down-scaled, limited-scope CPAN for Guile". It provides the following modules:

  • (apicheck) Describe and verify library programming interfaces.

  • (config load) Loading configuration files.

  • (container async-queue) A thread-safe message queue.

  • (container nodal-tree) A tree consisting of nodes with attributes.

  • (container delay-tree) A nodal tree with lazily evaluated fields.

  • (debugging assert) Helpful assert macro.

  • (debugging time) A simple macro to time the execution of an expression.

  • (graph topological-sort) Routines to perform topological sorts.

  • (htmlprag) Neil Van Dyke's permissive ("pragmatic") HTML parser.

  • (io string) SLIB's IO routines dealing with strings.

  • (logging logger) A flexible logging system.

  • (logging port-log) A logger that outputs to a port.

  • (logging rotating-log) A logger that rotates its output files.

  • (match-bind) Nifty and concise regular expression routines.

  • (math minima) A golden-section minimum finder.

  • (math primes) Functions related to prime numbers and factorization.

  • (os process) Spawning processes and capturing their output.

  • (scheme documentation) Macros to define different kinds of variables with documentation.

  • (scheme kwargs) Defining functions with flexible keyword arguments.

  • (search basic) Classic search functions.

  • (string completion) Building blocks for tab completion.

  • (string soundex) The SOUNDEX string categorization algorithm.

  • (string transform) Beyond SRFI-13.

  • (string wrap) A versatile string formatter.

  • (term ansi-color) Generate ANSI color escape sequences.

  • (unit-test) A JUnit-style unit testing framework.

guile-sxml 0.1.0-0.da924ad
Channel: rrr
Location: rrr/packages/guile-xyz.scm (rrr packages guile-xyz)
Home page: https://git.sr.ht/~akagi/sxml
Licenses: GPL 3+
Synopsis: A simple interface to XML parsing and serialization
#<unspecified>
guile-udev 0.3.0
Dependencies: guile@3.0.9 eudev@3.2.14
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-udev
Licenses: GPL 3+
Synopsis: Guile bindings to libudev
Description:

Guile-Udev provides GNU Guile bindings to libudev.

rust-guile 0.1.6
Dependencies: guile-next@3.0.9-0.3b76a30
Channel: guixrus
Location: guixrus/packages/common/rust.scm (guixrus packages common rust)
Home page: https://github.com/slondr/rust-guile
Licenses: AGPL 3
Synopsis: Provides a scheme runtime in your rust library
Description:

This package provides a way to create access to rust functions from guile.

guile-zstd 0.1.1
Dependencies: zstd@1.5.2 guile@3.0.9
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://notabug.org/guile-zstd/guile-zstd
Licenses: GPL 3+
Synopsis: GNU Guile bindings to the zstd compression library
Description:

This package provides a GNU Guile interface to the zstd (``zstandard'') compression library.

guile-feed 0.0.1-1.ce1dd1a
Dependencies: gnutls@3.8.3 guile@2.2.7 guile-gcrypt@0.4.0 guile-json@1.3.2 guix@1.4.0-31.121e96d
Channel: wigust
Location: wigust/packages/guile.scm (wigust packages guile)
Home page: https://gitlab.com/wigust/guile-feed
Licenses: GPL 3+
Synopsis: Command-line RSS feeds manager
Description:

This package provides a command-line program to manage RSS feeds written in Guile.

guile-hoot 0.5.0
Dependencies: guile-next@3.0.9-0.3b76a30
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://spritely.institute/hoot
Licenses: ASL 2.0 LGPL 3+
Synopsis: WebAssembly compiler backend for Guile
Description:

Guile Hoot is a WebAssembly compiler backend for GNU Guile and standalone WASM toolchain.

guile-rsvg 2.18.1-0.05c6a2f
Dependencies: guile@3.0.9 librsvg@2.58.5 guile-lib@0.2.8
Propagated dependencies: guile-cairo@1.11.2
Channel: guix
Location: gnu/packages/gtk.scm (gnu packages gtk)
Home page: https://wingolog.org/projects/guile-rsvg/
Licenses: LGPL 2.1+
Synopsis: Render SVG images using Cairo from Guile
Description:

Guile-RSVG wraps the RSVG library for Guile, allowing you to render SVG images onto Cairo surfaces.

guile-jpeg 0.0-0.6a16735
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://gitlab.com/wingo/guile-jpeg
Licenses: GPL 3+
Synopsis: JPEG file parsing library for Guile
Description:

Guile-JPEG is a Scheme library to parse JPEG image files and to perform geometrical transforms on JPEG images.

guile-xosd 0.2.2
Dependencies: guile@3.0.9 libx11@1.8.7 libxext@1.3.4 libxinerama@1.1.4 xosd@2.2.14
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/alezost/guile-xosd
Licenses: GPL 3+
Synopsis: XOSD bindings for Guile
Description:

Guile-XOSD provides Guile bindings for libxosd, the X On Screen Display library.

guile-pipe 0.0.0-0.0746ec3
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/joshwalters/guile-pipe
Licenses: GPL 3+
Synopsis: Guile pipe macros for functional chaining
Description:

This package provides macros for functional chaining in Guile, similar to UNIX pipes (|), Clojure's threading macros (-> and ->>).

guile-pstk 0.0.0
Dependencies: guile@3.0.9 tk@8.6.12 tcl@8.6.12
Channel: bric-a-brac
Location: bric-a-brac/packages/guile-xyz.scm (bric-a-brac packages guile-xyz)
Home page: https://github.com/KikyTokamuro/guile-pstk
Licenses: Modified BSD
Synopsis: Guile implementation of PS/Tk, a portable Scheme interface to Tk GUI toolkit.
Description:

PS/TK version (http://mirror.informatimago.com/scheme/www.t3x.org/pstk/index.html) fixed to work fine on modern GNU Guile

guile-lzma 0.1.1
Dependencies: guile@3.0.9 xz@5.4.5
Propagated dependencies: guile-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://ngyro.com/software/guile-lzma.html
Licenses: GPL 3+
Synopsis: Guile bindings for liblzma (XZ)
Description:

Guile-LZMA is a Guile wrapper for the liblzma (XZ) library. It exposes an interface similar to other Guile compression libraries, like Guile-zlib.

Total results: 295