_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
cl-trivia 0.1-0.8b406c3
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-cffi@0.24.1-1.3397035 cl-ppcre@2.1.1 cl-fare-quasiquote@1.0.1-1.640d39a cl-fset@1.4.0 cl-iterate@1.5.3 cl-trivia.trivial@0.1-0.8b406c3 cl-type-i@0.1-2.d34440a cl-fiveam@1.4.2 cl-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/trivia
Licenses: LLGPL
Synopsis: Pattern matching in Common Lisp
Description:

Trivia is a pattern matching compiler that is compatible with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima.

cl-trivial-ws 0.1-0.ebf1ec0
Propagated dependencies: cl-hunchensocket@1.0.0-0.faf2c08 cl-websocket-driver@0.2.0-1.17ba553 cl-async@0.6.1-1.f6423e4 cl-prove@1.0.0-2.5d71f02 cl-find-port@0.1-2.811727f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ceramic/trivial-ws
Licenses: Expat
Synopsis: Common Lisp library for using WebSockets
Description:

This package implements a simple interface for using WebSockets via Common Lisp.

cl-trivial-do 0.1-1.03a1729
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/yitzchak/trivial-do
Licenses: Zlib
Synopsis: Additional dolist style macros for Common Lisp
Description:

Additional dolist style macros for Common Lisp, such as doalist, dohash, dolist*, doplist, doseq and doseq*.

cl-trivial-irc 20210902-0.7cb6e99
Propagated dependencies: cl-ppcre@2.1.1 cl-split-sequence@2.0.1 cl-usocket@0.8.8
Channel: guixrus
Location: guixrus/packages/common/lisp.scm (guixrus packages common lisp)
Home page: https://github.com/tstenhaug/trivial-irc/
Licenses: Expat
Synopsis: Trivial IRC client library for Common Lisp
Description:

cl-trivial-irc is a an IRC client library with simple facilities for receiving, handling and sending messages, and without facilities for CTCP.

cl-trivial-mimes 1.1.0-2.a741fc2
Propagated dependencies: cl-fad@0.7.6-1.3f4d32d cl-hu.dwim.stefil@0.0.0-2.414902c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-mimes/
Licenses: Zlib
Synopsis: Tiny Common Lisp library to detect mime types in files
Description:

This is a teensy library that provides some functions to determine the mime-type of a file.

cl-trivial-types 0.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/m2ym/trivial-types
Licenses: LLGPL
Synopsis: Trivial type definitions for Common Lisp
Description:

TRIVIAL-TYPES provides missing but important type definitions such as PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.

cl-trivial-shell 0.2.0-1.e02ec19
Propagated dependencies: cl-lift@1.7.1-3.a794184
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-shell/
Licenses: Expat
Synopsis: Common Lisp access to the shell
Description:

A simple Common-Lisp interface to the underlying operating system. It's independent of the implementation and operating system.

cl-trivial-cltl2 0.1.1-2.8a3bda3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Zulu-Inuoe/trivial-cltl2
Licenses: LLGPL
Synopsis: Simple CLtL2 compatibility layer for Common Lisp
Description:

This library is a portable compatibility layer around "Common Lisp the Language, 2nd Edition" (https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html) and it exports symbols from implementation-specific packages.

cl-trivial-utf-8 0.0.0-2.6ca9943
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-utf-8/
Licenses: Modified BSD
Synopsis: UTF-8 input/output library
Description:

The Babel library solves a similar problem while understanding more encodings. Trivial UTF-8 was written before Babel existed, but for new projects you might be better off going with Babel. The one plus that Trivial UTF-8 has is that it doesn't depend on any other libraries.

cl-trivial-indent 1.0.0-1.f252750
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-indent/
Licenses: Zlib
Synopsis: Simple Common Lisp library to allow indentation hints for SWANK
Description:

This library allows you to define custom indentation hints for your macros if the one recognised by SLIME automatically produces unwanted results.

cl-trivial-raw-io 0.0.2-1.b1a3c87
Propagated dependencies: cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kingcons/trivial-raw-io
Licenses: FreeBSD
Synopsis: Trivial portability for raw *nix IO in Common Lisp
Description:

This library exports three symbols: with-raw-io, read-char, and read-line, to provide raw POSIX I/O in Common Lisp.

cl-trivia.trivial 0.1-0.8b406c3
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-closer-mop@1.0.0-3.7b86f2a cl-lisp-namespace@0.1-2.699fccb cl-trivial-cltl2@0.1.1-2.8a3bda3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/trivia
Licenses: LLGPL
Synopsis: Pattern matching in Common Lisp
Description:

Trivia is a pattern matching compiler that is compatible with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima.

cl-trivial-timeout 0.1.5-2.e70d9b4
Propagated dependencies: cl-lift@1.7.1-3.a794184
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hraban/trivial-timeout
Licenses: Expat
Synopsis: Timeout library for Common Lisp
Description:

This library provides an OS and implementation independent access to timeouts.

cl-trivial-sockets 0.4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/usocket/trivial-sockets
Licenses: Expat
Synopsis: Simple socket library for Common Lisp
Description:

This library is a portable socket interface that allows CL programs to open connected (client) stream sockets to network services.

cl-trivial-garbage 0.21-0.3474f64
Propagated dependencies: cl-rt@1990.12.19-1.a6a7503
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-garbage/
Licenses: Public Domain
Synopsis: Portable GC-related APIs for Common Lisp
Description:

trivial-garbage provides a portable API to finalizers, weak hash-tables and weak pointers on all major implementations of the Common Lisp programming language.

cl-trivial-escapes 1.2.0-1.1eca78d
Propagated dependencies: cl-named-readtables@0.9-4.d5ff162 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/williamyaoh/trivial-escapes
Licenses: Public Domain
Synopsis: C-style escape directives for Common Lisp
Description:

This Common Lisp library interprets escape characters the same way that most other programming language do. It provides four readtables. The default one lets you write strings like this: #"This string has a newline in it!".

cl-trivial-rfc-1123 0.0.0-0.9ef59c3
Propagated dependencies: cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stacksmith/trivial-rfc-1123
Licenses: Modified BSD
Synopsis: Parse and print RFC-1123 timestamps
Description:

This package parses and prints dates in RFC-1123 format.

cl-trivial-channels 1.0-1.e237011
Propagated dependencies: cl-bordeaux-threads@0.9.3 cl-trivial-timeout@0.1.5-2.e70d9b4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/trivial-channels
Licenses: FreeBSD
Synopsis: Common Lisp simple thread-safe channels with timeout
Description:

It's very basic implementation of channels and queue for Common Lisp.

cl-trivial-features 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://cliki.net/trivial-features
Licenses: Expat
Synopsis: Ensures consistency of @code{*FEATURES*} in Common Lisp
Description:

Trivial-features ensures that *FEATURES* is consistent across multiple Common Lisp implementations.

cl-trivial-download 0.3-1.d247206
Propagated dependencies: cl-drakma@2.0.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/trivial-download/
Licenses: FreeBSD
Synopsis: Download files from Common Lisp
Description:

trivial-download allows you to download files from the Internet from Common Lisp. It provides a progress bar.

cl-trivial-clipboard 0.0.0-8.50b3d3a
Dependencies: wl-clipboard@2.2.1 xsel@1.2.0-1.062e6d3
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/snmsts/trivial-clipboard
Licenses: Expat
Synopsis: Access system clipboard in Common Lisp
Description:

trivial-clipboard gives access to the system clipboard.

cl-trivial-arguments 1.1.0-1.ecd84ed
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/trivial-arguments
Licenses: Zlib
Synopsis: Common Lisp library to retrieve a function's lambda-list
Description:

This is a simple library to retrieve the argument list of a function.

cl-trivial-utilities 0.4.0-0.279ff25
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-iterate@1.5.3 cl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/ediethelm/trivial-utilities
Licenses: Expat
Synopsis: Collection of useful types, functions and macros for Common Lisp
Description:

This package provides a collection of types, functions and macros. Some of the functionality is implemented from Graham's On Lisp and Seibel's Practical Common Lisp.

cl-trivial-benchmark 2.0.0-2.1fbc8d1
Propagated dependencies: cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-benchmark/
Licenses: Zlib
Synopsis: Easy to use benchmarking system for Common Lisp
Description:

Trivial-Benchmark runs a block of code many times and outputs some statistical data for it. On SBCL this includes the data from time, for all other implementations just the real-time and run-time data. However, you can extend the system by adding your own metrics to it, or even by adding additional statistical computeations.

Page: 12
Total results: 37