Packages — C (Page 5 of 7)

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

cl-skippy 1.3.12-0.e456210

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

cl-slime-swank 2.24

This is only useful if you want to start a Swank server in a Lisp processes that doesn't run under Emacs. Lisp processes created by `M-x slime' automatically start the server. …

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

cl-smart-buffer 0.0.1-1.09b9a9a

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

cl-spatial-trees 0-1.81fdad0

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

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

cl-split-sequence 2.0.0

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

cl-sqlite 0.2-1.c738e66

The `cl-sqlite' package is an interface to the SQLite embedded relational database engine. …

cl-static-vectors 1.8.4

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

cl-stefil 0.1-0.0398548

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

cl-store 0.8.11-1.c787337

CL-STORE is a portable serialization package which should give you the ability to store all Common Lisp data types into streams. …

cl-str 0.17-1.eb480f2

A modern and consistent Common Lisp string manipulation library that focuses on modernity, simplicity and discoverability: `(str:trim s)' instead of `(string-trim '(#\Space ...) s)'), or `str:concat strings' instead of an unusual format construct;…

cl-string-case 0.0.2-0.718c761

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

cl-string-match 0-1.5048480

`cl-strings' is a small, portable, dependency-free set of utilities that make it even easier to manipulate text in Common Lisp. It has 100% test coverage and works at least on sbcl,…

cl-strings 0.0.0-1.c5c5cba

`cl-strings' is a small, portable, dependency-free set of utilities that make it even easier to manipulate text in Common Lisp. It has 100% test coverage and works at least on sbcl,…

cl-stumpwm 19.11

Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input. These design decisions reflect the growing…

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

cl-sxql 0.1.0-1.5aa8b73

SQL generator for Common Lisp. …

cl-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,…

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

cl-syntax 0.0.3

CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and SLIME. …

cl-syntax-annot 0.0.3

CL-SYNTAX provides reader syntax coventions for Common Lisp and `cl-annot'. …

cl-syntax-interpol 0.0.3

CL-SYNTAX provides reader syntax coventions for Common Lisp and `cl-interpol'. …

cl-tga 0.0.0-0.4dc2f7b

Cl-tga was written to facilitate loading _.tga_ files into OpenGL programs. It's a very simple library, and, at the moment, only supports non-RLE encoded forms of the files. …

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

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

cl-trivial-clipboard 0.0.0.0-2.5af3415

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

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

cl-trivial-features 0.8-1.870d03d

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

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

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

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

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

cl-trivial-macroexpand-all 0.0.0-0.933270a

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

cl-trivial-mimes 1.1.0-1.303f8ac

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

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

cl-trivial-types 0.0.1

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

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

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

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

cl-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)' …

cl-uffi 2.1.2

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

cl-uglify-js 0.1-1.429c5e1d8

This is a Common Lisp version of UglifyJS, a JavaScript compressor. It works on data produced by `parse-js' to generate a "minified" version of the code. Currently it can: …

cl-unicode 0.1.6

CL-UNICODE is a portable Unicode library Common Lisp, which is compatible with perl. It is pretty fast, thread-safe, and compatible with ANSI-compliant Common Lisp implementations. …

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

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

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

cl-utilities 0.0.0-1.dce2d2f

On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there is a collection of Common Lisp Utilities, things that everybody writes since they're not part of the official standard. There are some very useful things there; the only…

cl-uuid 2012.12.26-1.e7d6680

Common Lisp implementation of UUIDs according to RFC4122. …

cl-vectors 0.1.5

This is a pure Common Lisp library to create, transform and render anti-aliased vectorial paths. …

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

cl-webkit 2.4-4.6c905a5

`cl-webkit' is a binding to WebKitGTK+ for Common Lisp, currently targeting WebKit version 2. The WebKitGTK+ library adds web browsing capabilities to an application, leveraging the full power of the WebKit…

cl-who 1.1.4-1.2c08caa

There are plenty of Lisp Markup Languages out there - every Lisp programmer seems to write at least one during his career - and CL-WHO (where WHO means "with-html-output" for want of…

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

cl-xsubseq 0.0.1-1.5ce430b

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

cl-yacc 0.3

CL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit to AT&T Yacc, Berkeley Yacc, GNU Bison, Zebu, lalr.cl or lalr.scm. CL-Yacc uses the algorithm due to Aho and Ullman,…

cl-yale-haskell 2.0.5-1.85f94c72a

This package provides the Yale Haskell system running on top of CLISP. …

cl-yason 0.7.7

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

cl-z85 1.0-1.85b3951

This package provides functions to encode or decode byte vectors or byte streams using the Z85 format, which is a base-85 encoding used by ZeroMQ. …

cl-zpb-exif 1.2.4

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

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

cl-zpng 1.2.2

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

clalsadrv 2.0.0

clalsadrv is a C++ wrapper around the ALSA API simplifying access to ALSA PCM devices. …

clamav 0.102.4

Clam AntiVirus is an anti-virus toolkit, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner,…

clang 3.8.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 8.0.0

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 7.0.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 3.7.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 3.6.2

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 6.0.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 3.9.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 10.0.0

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 9.0.1

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang 3.5.2

Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end,…

clang-runtime 3.9.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 6.0.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 3.7.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 3.5.2

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 8.0.0

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 3.6.2

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 7.0.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 9.0.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 10.0.0

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-runtime 3.8.1

The "clang-runtime" library provides the implementations of run-time functions for C and C++ programs. It also provides header files that allow C and C++ source code to interface with the "sanitization"…

clang-toolchain 10.0.0

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the…

clang-toolchain 9.0.1

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the…

clang-toolchain 7.0.1

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the…

clang-toolchain 8.0.0

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the…

clang-toolchain 6.0.1

This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the…

clapack 3.2.1

The CLAPACK library was built using a Fortran to C conversion utility called f2c. The entire Fortran 77 LAPACK library is run through f2c to obtain C code, and then modified…

classpath 0.99-1.e7c13ee0c

GNU Classpath is a project to create core class libraries for use with runtimes, compilers and tools for the Java programming language. …

claws-mail 3.17.6

Claws-Mail is an email client (and news reader) based on GTK+. The appearance and interface are designed to be familiar to new users coming from other popular email clients, as well…

clementine 1.3.1-2.4619a4c

Clementine is a multiplatform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music. …

cli-visualizer 1.8

`cli-visualizer' displays fast-Fourier transforms (FFTs) of the sound being played, as well as other graphical representations. …

clinfo 2.2.18.04.06

This package provides the `clinfo' command that enumerates all possible (known) properties of the OpenCL platform and devices available on the system. …

clipit 1.4.4

ClipIt is a clipboard manager with features such as a history, search thereof, global hotkeys and clipboard item actions. It was forked from Parcellite and adds bugfixes and features. …

clipmenu 6.0.1-1.bcbe7b1

Start `clipmenud', then run `clipmenu' to select something to put on the clipboard. When `clipmenud' detects changes to the clipboard contents, it writes them out to the cache directory. `clipmenu' reads the…

clipnotify 1.0.2

`clipnotify' is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits. It was primarily designed for clipmenu, to avoid polling for…

clipper 2.0

CLIPper is a tool to define peaks in CLIP-seq datasets. …

cliquer 1.21

Cliquer is a set of reentrant C routines for finding cliques in a weighted or unweighted graph. It uses an exact branch-and-bound algorithm. It can search for maximum or maximum-weight…

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