Packages — S (Page 5 of 8)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

sbcl-science-data 0.0.0-1.e4711a6

Antik provides a foundation for scientific and engineering computation in Common Lisp. It is designed not only to facilitate numerical computations, but to permit the use of numerical computation libraries and…

sbcl-serapeum 0.0.0-2.a2ca90c

Serapeum is a conservative library of Common Lisp utilities. It is a supplement, not a competitor, to Alexandria. …

sbcl-series 2.2.11-1.da9061b

This Common Lisp library provides a series data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed…

sbcl-simple-date 1.19-1.74469b2

`simple-date' is a very basic implementation of date and time objects, used to support storing and retrieving time-related SQL types. …

sbcl-simple-date-postgres-glue 1.19-1.74469b2

`simple-date' is a very basic implementation of date and time objects, used to support storing and retrieving time-related SQL types. …

sbcl-simple-parallel-tasks 1.0-0.db460f7

This is a simple Common Lisp library to evaluate some forms in parallel. …

sbcl-simple-scanf 0-1.5048480

A simple scanf-like functionality implementation. …

sbcl-skippy 1.3.12-0.e456210

Skippy is a Common Lisp library to read and write GIF image files. …

sbcl-slynk 1.0.0-beta-3.6a2f543

SLY is a fork of SLIME, an IDE backend for Common Lisp. It also features a completely redesigned REPL based on Emacs's own full-featured `comint-mode', live code annotations, and a consistent…

sbcl-smart-buffer 0.0.1-1.09b9a9a

Smart-buffer provides an output buffer which changes the destination depending on content size. …

sbcl-spatial-trees 0-1.81fdad0

Spatial-trees is a set of dynamic index data structures for spatially-extended data. …

sbcl-specialized-function 0.0.0-1.b96b6af

This library is part of NUMCL. It provides a macro `SPECIALIZED' that performs a Julia-like dispatch on the arguments, lazily compiling a type-specific version of the function from the same code.…

sbcl-split-sequence 2.0.0

Splits sequence into a list of subsequences delimited by objects satisfying the test. …

sbcl-static-vectors 1.8.4

With `static-vectors', you can create vectors allocated in static memory. …

sbcl-stefil 0.1-0.0398548

Stefil is a simple test framework for Common Lisp, with a focus on interactive development. …

sbcl-string-case 0.0.2-0.718c761

`string-case' is a Common Lisp macro that generates specialised decision trees to dispatch on string equality. …

sbcl-stumpwm-globalwindows 0.0.1-2.920f8fc

This package provides a StumpWM module to manipulate all windows in the current X session. …

sbcl-stumpwm-kbd-layouts 0.0.1-2.920f8fc

Keyboard layout switcher for StumpWM …

sbcl-stumpwm-net 0.0.1-2.920f8fc

Modeline support for network connectivity. …

sbcl-stumpwm-pass 0.0.1-2.920f8fc

This package provides an interface which integrates password-store into StumpWM. …

sbcl-stumpwm-stumptray 0.0.1-2.920f8fc

Modeline support for stumptray connectivity. …

sbcl-stumpwm-swm-gaps 0.0.1-2.920f8fc

This package provides a StumpWM module which adds gaps between windows. …

sbcl-stumpwm-ttf-fonts 0.0.1-2.920f8fc

This package provides a Lisp implementation of TTF font rendering. …

sbcl-stumpwm-wifi 0.0.1-2.920f8fc

Modeline support for wifi connectivity. …

sbcl-swap-bytes 1.2

This Common Lisp library provides optimized byte-swapping primitives. The library can change endianness of unsigned integers of length 1/2/4/8. Very useful in implementing various network protocols and file formats. …

sbcl-sxql 0.1.0-1.5aa8b73

SQL generator for Common Lisp. …

sbcl-sycamore 0.0.20120604

Sycamore is a fast, purely functional data structure library in Common Lisp. If features: * Fast, purely functional weight-balanced binary trees. * Leaf nodes are simple-vectors,…

sbcl-symbol-munger 0.0.1-1.97598d4

This is a Common Lisp library to change the capitalization and spacing of a string or a symbol. It can convert to and from Lisp, english, underscore and camel-case rules. …

sbcl-trivia 0.0.0-2.37698b4

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. …

sbcl-trivia.balland2006 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.cffi 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.level0 0.0.0-2.37698b4

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. …

sbcl-trivia.level1 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.level2 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.ppcre 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.quasiquote 0.0.0-2.37698b4

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. This system contains…

sbcl-trivia.trivial 0.0.0-2.37698b4

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. This system contains…

sbcl-trivial-backtrace 0.0.0-1.ca81c01

One of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. …

sbcl-trivial-clipboard 0.0.0.0-2.5af3415

`trivial-clipboard' gives access to the system clipboard. …

sbcl-trivial-cltl2 0.1.1-2.8a3bda3

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. …

sbcl-trivial-features 0.8-1.870d03d

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

sbcl-trivial-file-size 0.0.0-0.1c1d672

The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length…

sbcl-trivial-garbage 0.21

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

sbcl-trivial-gray-streams 0.0.0-1.ebd59b1

Gray streams is an interface proposed for inclusion with ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most popular CL implementations implement it.…

sbcl-trivial-indent 1.0.0-0.2d01694

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

sbcl-trivial-macroexpand-all 0.0.0-0.933270a

This library provides a macroexpand-all function that calls the implementation specific equivalent. …

sbcl-trivial-mimes 1.1.0-1.303f8ac

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

sbcl-trivial-package-local-nicknames 0.2

This library is a portable compatibility layer around package local nicknames (PLN). This was done so there is a portability library for the PLN API not included in DEFPACKAGE. …

sbcl-trivial-types 0.0.1

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

sbcl-trivial-utf-8 0.0.0-1.4d427cf

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…

sbcl-trivialib-type-unify 0.1-1.62492eb

Unifies a parametrized type specifier against an actual type specifier. Importantly, it handles complicated array-subtypes and number-related types correctly. …

sbcl-type-i 0.1-2.d34440a

This library tries to provide a way to detect what kind of type the given predicate is trying to check. This is different from inferring the return type of a function. …

sbcl-type-r 0.0.0-1.83c89e3

Collections of accessor functions and patterns to access the elements in compound type specifier, e.g. `dimensions' in `(array element-type dimensions)' …

sbcl-uffi 2.1.2

UFFI provides a universal foreign function interface (FFI) for Common Lisp. …

sbcl-unix-opts 0.1.7

This is a minimalistic parser of command line options. The main advantage of the library is the ability to concisely define command line options once and then use this definition for…

sbcl-usocket 0.8.3

This library strives to provide a portable TCP/IP and UDP/IP socket interface for as many Common Lisp implementations as possible, while keeping the abstraction and portability layer as thin as possible. …

sbcl-usocket-server 0.8.3

This library strives to provide a portable TCP/IP and UDP/IP socket interface for as many Common Lisp implementations as possible, while keeping the abstraction and portability layer as thin as possible. …

sbcl-uuid 2012.12.26-1.e7d6680

Common Lisp implementation of UUIDs according to RFC4122. …

sbcl-vom 0.1.4-1.1aeafeb

Vom is a logging library for Common Lisp. It's goal is to be useful and small. It does not provide a lot of features as other loggers do, but has…

sbcl-xlunit 0.6.3-1.3805d34

The XLUnit package is a toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck. …

sbcl-xsubseq 0.0.1-1.5ce430b

XSubseq provides functions to be able to handle "subseq"s more effieiently. …

sbcl-yason 0.7.7

YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format. …

sbcl-zpb-exif 1.2.4

This is a Common Lisp library to extract EXIF information from image files. …

sbcl-zpb-ttf 1.0.3

ZPB-TTF is a TrueType font file parser that provides an interface for reading typographic metrics, glyph outlines, and other information from the file. …

sbcl-zpng 1.2.2

This is a Common Lisp library for creating PNG images. …

sbm 0.9

Sbm is a simple bandwidth monitor. …

sbsigntools 0.9.4

This package provides tools for signing EFI binaries. …

scalapack 2.0.2

ScaLAPACK is a Fortran 90 library of high-performance linear algebra routines on parallel distributed memory machines. ScaLAPACK solves dense and banded linear systems, least squares problems, eigenvalue problems, and singular value problems. …

scanmem 0.17

Scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. Scanmem simply needs to be told the pid of the process and the…

scdoc 1.10.1

scdoc is a simple man page generator written for POSIX systems in C99. …

scheme48 1.9.2

Scheme 48 is an implementation of Scheme based on a byte-code interpreter and is designed to be used as a testbed for experiments in implementation techniques and as an expository tool. …

scheme48-rx 0.0.0-2.dd9037f

String pattern-matching library for scheme48 based on the SRE regular-expression notation. …

schismtracker 20190805

Schism Tracker is a reimplementation of Impulse Tracker, a program used to create high quality music without the requirements of specialized, expensive equipment, and with a unique "finger feel" that is difficult…

scintilla 4.4.4

Scintilla is a source code editing component for GTK+. It has the usual features found in text editing components, as well as some that are especially useful for editing and debugging…

scm 5f3

GNU SCM is an implementation of Scheme. This implementation includes Hobbit, a Scheme-to-C compiler, which can generate C files whose binaries can be dynamically or statically linked with a SCM executable. …

scons 3.0.4

SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In…

scons-python2 3.0.4

SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In…

scorep-openmpi 3.1

The Score-P (Scalable Performance Measurement Infrastructure for Parallel Codes) measurement infrastructure is a scalable and easy-to-use tool suite for profiling, event trace recording, and online analysis of high-performance computing (HPC) applications. …

scotch 6.0.6

SCOTCH is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Its purpose is to apply graph theory, with…

scotch32 6.0.6

SCOTCH is a set of programs and libraries which implement the static mapping and sparse matrix reordering algorithms developed within the SCOTCH project. Its purpose is to apply graph theory, with…

screen 4.8.0

GNU Screen is a terminal window manager that multiplexes a single terminal between several processes. The virtual terminals each provide features such as a scroll-back buffer and a copy-and-paste mechanism. …

screen-message 0.25

`screen-message' is a tool for displaying text on your screen. It will make the text as large as possible and display it with black color on a white background (colors are…

screenfetch 3.9.1

Bash screenshot information tool which can be used to generate those nifty terminal theme information and ASCII distribution logos in everyone's screenshots nowadays. …

screengrab 2.0.1

ScreenGrab is a program for fast creating screenshots, and easily publishing them on internet image hosting services. …

scribus 1.5.5

Scribus is a "desktop publishing" (DTP) application and can be used for many tasks; from brochure design to newspapers, magazines, newsletters and posters to technical documentation. Scribus supports professional DTP features,…

scroll 1.20180421

You're a bookworm that's stuck on a scroll. You have to dodge between words and use spells to make your way down the page as the scroll is read. …

scrollkeeper 0.3.14

ScrollKeeper is a cataloging system for documentation on open systems. It manages documentation metadata as specified by the Open Source Metadata Framework and provides a simple API to allow help browsers…

scron 0.4

Schedule commands to be run at specified dates and times. Single daemon and configuration file. Log to stdout or syslog. No mail support. …

scrot 1.4

Scrot saves a screenshot of a full screen, a window or a part of the screen selected by mouse. …

scrypt 1.2.1

This package provides a simple password-based encryption utility as a demonstration of the `scrypt' key derivation function. `Scrypt' is designed to be far more resistant against hardware brute-force attacks than alternative functions…

scsh 0.0.0-1.1144324

Scsh is a Unix shell embedded in Scheme. Scsh has two main components: a process notation for running programs and setting up pipelines and redirections, and a complete syscall library for…

sct 0.5

`sct' is a lightweight utility to set the color temperature of the screen. …

scummvm 2.1.2

ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the…

sdcc 3.7.0

SDCC is a retargetable, optimizing Standard C compiler suite that targets the Intel MCS51-based microprocessors (8031, 8032, 8051, 8052, ...), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08-based (hc08, s08), Zilog Z80-based…

sddm 0.18.1

SDDM is a display manager for X11 and Wayland aiming to be fast, simple and beautiful. SDDM is themeable and puts no restrictions on the user interface design. It uses…

sdl 1.2.15

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. …

sdl-gfx 2.0.26

SDL_gfx provides graphics drawing primitives, rotozoom and other supporting functions for SDL. …

sdl-image 1.2.12

SDL_image is an image file loading library for SDL that supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, and XV. …

sdl-mixer 1.2.12

SDL_mixer is a multi-channel audio mixer library for SDL. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music. Supported formats…

sdl-net 1.2.8

SDL_net is a small, cross-platform networking library for SDL. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z