Packages — E (Page 2 of 13)

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

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

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

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

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

ecl-cl-vectors 0.1.5

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

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

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

ecl-closer-mop 1.0.0-2.19c9d33

Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations. …

ecl-clss 0.3.1-1.2a8e861

CLSS is a DOM traversal engine based on CSS selectors. It makes use of the Plump-DOM and is used by lQuery. …

ecl-clunit 0.2.3-1.6f6d728

CLUnit is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing. CLUnit provides a rich set of features…

ecl-clunit2 0.2.4-1.5e28343

CLUnit is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing. …

ecl-clx 0.7.5

CLX is an X11 client library for Common Lisp. The code was originally taken from a CMUCL distribution, was modified somewhat in order to make it compile and run under SBCL,…

ecl-clx-xembed 0.1-1.a5c4b84

CL(x) xembed protocol implementation …

ecl-colorize 0.0.0-1.ea676b5

`colorize' is a Lisp library for syntax highlighting supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit. …

ecl-com.gigamonkeys.binary-data 0.0.0-0.22e9089

This a Common Lisp library for reading and writing binary data. It is based on code from chapter 24 of the book _Practical Common Lisp_. …

ecl-curry-compose-reader-macros 1.0.0-0.beaa92d

This Common Lisp library provides reader macros for concise expression of function partial application and composition. …

ecl-deflate 1.0.3

This library is an implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams. It currently does not handle compression. …

ecl-dexador 0.9.14

Dexador is yet another HTTP client for Common Lisp with neat APIs and connection-pooling. It is meant to supersede Drakma. …

ecl-dissect 1.0.0-1.cffd384

Dissect is a small Common Lisp library for introspecting the call stack and active restarts. …

ecl-documentation-utils 1.2.0-0.98630dd

This is a small library to help you with managing the Common Lisp docstrings for your library. …

ecl-drakma 2.0.7

Drakma is a full-featured HTTP client implemented in Common Lisp. It knows how to handle HTTP/1.1 chunking, persistent connections, re-usable sockets, SSL, continuable uploads, file uploads, cookies, and more. …

ecl-eos 0.0.0-2.b4413bc

Eos was a unit testing library for Common Lisp. It began as a fork of FiveAM; however, FiveAM development has continued, while that of Eos has not. Thus, Eos is…

ecl-esrap 0.0.0-1.133be8b

A packrat parser for Common Lisp. In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports: * dynamic redefinition of nonterminals * inline…

ecl-exponential-backoff 0-1.8d9e844

An implementation of the exponential backoff algorithm in Common Lisp. Inspired by the implementation found in Chromium. Read the header file to learn about each of the parameters. …

ecl-external-program 0.0.6-1.5888b8f

EXTERNAL-PROGRAM enables running programs outside the Lisp process. It is an attempt to make the RUN-PROGRAM functionality in implementations like SBCL and CCL as portable as possible without sacrificing much in…

ecl-fare-utils 1.0.0.5-1.66e9c6f

fare-utils is a small collection of utilities. It contains a lot of basic everyday functions and macros. …

ecl-fiasco 0.0.1-1.d62f755

A Common Lisp test framework that treasures your failures, logical continuation of Stefil. It focuses on interactive debugging. …

ecl-find-port 0.1

This is a small Common Lisp library that finds an open port within a range. …

ecl-fiveam 1.4.1

FiveAM is a simple (as far as writing and running tests goes) regression testing framework. It has been designed with Common Lisp's interactive development model in mind. …

ecl-flexi-streams 1.0.18

Flexi-streams is an implementation of "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single-…

ecl-flexichain 1.5.1

This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements. …

ecl-float-features 1.0.0

Portability library for IEEE float features that are not covered by the Common Lisp standard. …

ecl-foreign-array 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…

ecl-fprog 1.0.0-1.7016d1a

`fprog' is a Common Lisp library allowing iteration over immutable lists sharing identical sublists. …

ecl-function-cache 1.0.3

A common lisp library that provides extensible function result caching based on arguments (an expanded form of memoization). …

ecl-global-vars 1.0.0-0.c749f32

In Common Lisp, a special variable that is never dynamically bound typically serves as a stand-in for a global variable. The `global-vars' library provides true global variables that are implemented by…

ecl-green-threads 0.3-1.fff5ebe

This library allows for cooperative multitasking with help of cl-cont for continuations. It tries to mimic the API of bordeaux-threads as much as possible. …

ecl-hdf5-cffi 1.8.18-1.5b5c88f

`hdf5-cffi' is a CFFI wrapper for the HDF5 library. …

ecl-html-encode 1.2

A library for encoding text in various web-savvy encodings. …

ecl-hu.dwim.asdf 20190521

Various ASDF extensions such as attached test and documentation system, explicit development support, etc. …

ecl-hu.dwim.common 2015-07-09

ecl-hu.dwim.common-lisp 2015-07-09

This library is a redefinition of the standard Common Lisp package that includes a number of renames and shadows. …

ecl-hu.dwim.defclass-star 2015-07-09

`defclass-star' provides defclass* and defcondition* to simplify class and condition declarations. Features include: * Automatically export all or select slots at compile time. * Define the…

ecl-hu.dwim.stefil 0.0.0-1.ab6d1aa

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

ecl-idna 0.2.2

This Common Lisp library provides string encoding and decoding routines for IDNA, the International Domain Names in Applications. …

ecl-ironclad 0.50

Ironclad is a cryptography library written entirely in Common Lisp. It includes support for several popular ciphers, digests, MACs and public key cryptography algorithms. For several implementations that support Gray…

ecl-iterate 1.5

`iterate' is an iteration construct for Common Lisp. It is similar to the `CL:LOOP' macro, with these distinguishing marks: * it is extensible, * it helps…

ecl-jpl-queues 0.1

A Common Lisp library implementing a few different kinds of queues: * Bounded and unbounded FIFO queues. * Lossy bounded FIFO queues that drop elements when…

ecl-jpl-util 20151005

`cl-jpl-util' is a collection of Common Lisp utility functions and macros, primarily for software projects written in CL by the author. …

ecl-let-plus 0.0.0-1.5f14af6

This library implements the let+ macro, which is a dectructuring extension of let*. It features: * Clean, consistent syntax and small implementation (less than 300 LOC, not …

ecl-lift 1.7.1-1.7d49a66

The LIsp Framework for Testing (LIFT) is a unit and system test tool for LISP. Though inspired by SUnit and JUnit, it's built with Lisp in mind. In LIFT, testcases are…

ecl-lisp-unit 0.0.0-1.89653a2

`lisp-unit' is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck. …

ecl-lisp-unit2 0.2.0-1.fb97215

LISP-UNIT2 is a Common Lisp library that supports unit testing in the style of JUnit for Java. It is a new version of the lisp-unit library written by Chris Riesbeck. …

ecl-log4cl 1.1.2

This is a Common Lisp logging framework that can log at various levels and mix text with expressions. …

ecl-lparallel 2.8.4

`lparallel' is a library for parallel programming in Common Lisp, featuring: * a simple model of task submission with receiving queue, * constructs for expressing fine-grained…

ecl-lquery 3.2.1-1.8048111

`lQuery' is a DOM manipulation library written in Common Lisp, inspired by and based on the jQuery syntax and functions. It uses Plump and CLSS as DOM and selector engines. …

ecl-ltk 0.992

LTK is a Common Lisp binding for the Tk graphics toolkit. It is written in pure Common Lisp and does not require any Tk knowledge for its usage. …

ecl-ltk-mw 0.992

This is a collection of higher-level widgets built on top of LTK. …

ecl-lzlib 1.0-1.0de1db7

This Common Lisp library provides functions for lzip (LZMA) compression/decompression using bindings to the lzlib C library. …

ecl-metabang-bind 0.8.0-1.c93b7f7

Bind extends the idea of of let and destructing to provide a uniform syntax for all your accessor needs. It combines `let', `destructuring-bind', `with-slots', `with-accessors', structure editing, property or association-lists, and `multiple-value-bind'…

ecl-metatilities-base 0.6.6-1.6eaa9e3

Metatilities-base is the core of the metatilities Common Lisp library which implements a set of utilities. …

ecl-mgl-pax 0.0.0-1.8184484

PAX provides an extremely poor man's Explorable Programming environment. Narrative primarily lives in so called sections that mix markdown docstrings with references to functions, variables, etc, all of which should probably have their…

ecl-misc-extensions 3.3-1.101c051

This project is intended as a catchall for small, general-purpose extensions to Common Lisp. It contains: * `new-let', a macro that combines and generalizes `let', `let*' and …

ecl-mmap 1.0.0-0.ba2e98c

This is a utility library providing access to the _mmap_ family of functions in a portable way. It allows you to directly map a file into the address space of your…

ecl-mt19937 1.1

MT19937 is a portable Mersenne Twister pseudo-random number generator for Common Lisp. …

ecl-named-readtables 0.9-2.64bd53f

Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp. …

ecl-net.didierverna.asdf-flv 2.1

ASDF-FLV provides support for file-local variables through ASDF. A file-local variable behaves like `*PACKAGE*' and `*READTABLE*' with respect to `LOAD' and `COMPILE-FILE': a new dynamic binding is created before processing the…

ecl-nibbles 0.14

When dealing with network protocols and file formats, it's common to have to read or write 16-, 32-, or 64-bit datatypes in signed or unsigned flavors. Common Lisp sort of supports this…

ecl-nodgui 0.0.5-1.bc59ed9

Nodgui (_No Drama GUI_) is a Common Lisp binding for the Tk GUI toolkit. It also provides a few additional widgets more than the standard Tk ones. …

ecl-opticl-core 0.0.0-0.b7cd13d

This Common Lisp library contains the core classes and pixel access macros for the Opticl image processing library. …

ecl-parenscript 2.7.1-1.7a1ac46

Parenscript is a translator from an extended subset of Common Lisp to JavaScript. Parenscript code can run almost identically on both the browser (as JavaScript) and server (as Common Lisp). Parenscript code…

ecl-parse-declarations 1.0.0-1.549aebb

Parse-Declarations is a Common Lisp library to help writing macros which establish bindings. To be semantically correct, such macros must take user declarations into account, as these may affect the bindings…

ecl-parse-float 0.0.0-1.2aae569

This package exports the following function to parse floating-point values from a string in Common Lisp. …

ecl-periods 0.0.2-1.983d4a5

Periods is a Common Lisp library providing a set of utilities for manipulating times, distances between times, and both contiguous and discontiguous ranges of time. …

ecl-periods-series 0.0.2-1.983d4a5

Periods-series is an extension of the periods Common Lisp library providing functions compatible with the series Common Lisp library. …

ecl-png-read 0.3.1-1.ec29f38

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

ecl-pngload 2.0.0

This is a Common Lisp library to load images in the PNG image format, both from files on disk, or streams in memory. …

ecl-portable-threads 2.3-1.c0e61a1

Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project). …

ecl-proc-parse 0.0.0-1.ac36368

This is a string/octets parser library for Common Lisp with speed and readability in mind. Unlike other libraries, the code is not a pattern-matching-like, but a char-by-char procedural parser. …

ecl-prometheus 0.4.1

Prometheus.io Common Lisp client. …

ecl-prometheus.collectors.process 0.4.1

Prometheus collector for process metrics. …

ecl-prometheus.formats.text 0.4.1

Prometheus client text format. …

ecl-prometheus.pushgateway 0.4.1

Prometheus Pushgateway client. …

ecl-prove 1.0.0-1.4f9122b

This project was originally called `cl-test-more'. `prove' is yet another unit testing framework for Common Lisp. The advantages of `prove' are: * Various simple functions for testing…

ecl-prove-asdf 1.0.0-1.4f9122b

Test requirement for the Common Lisp `prove' library. …

ecl-ptester 2.1.3-1.fe69fde

`ptester' is a portable testing framework based on Franz's tester module. …

ecl-puri 1.5.7-1.ef5afb9

This is a portable Universal Resource Identifier library for Common Lisp programs. It parses URI according to the RFC 2396 specification. …

ecl-py4cl 0.0.0-1.4c8a2b0

Py4CL is a bridge between Common Lisp and Python, which enables Common Lisp to interact with Python code. It uses streams to communicate with a separate python process, the approach taken…

ecl-pythonic-string-reader 0.0.0-1.47a70ba

This piece of code sets up some reader macros that make it simpler to input string literals which contain backslashes and double quotes This is very useful for writing complicated docstrings and,…

ecl-pzmq 0.0.0-1.7c7390e

This Common Lisp library provides bindings for the ZeroMQ lightweight messaging kernel. …

ecl-qbase64 0.3.0

`qbase64' provides a fast and flexible base64 encoder and decoder for Common Lisp. …

ecl-quantile-estimator 0.0.1

Common Lisp implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05. …

ecl-queues 0.0.0-1.47d4da6

This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues. …

ecl-queues.priority-cqueue 0.0.0-1.47d4da6

This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues. …

ecl-queues.priority-queue 0.0.0-1.47d4da6

This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues. …

ecl-queues.simple-cqueue 0.0.0-1.47d4da6

This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues. …

ecl-queues.simple-queue 0.0.0-1.47d4da6

This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues. …

ecl-retrospectiff 0.2-0.c2a69d7

Retrospectiff is a common lisp library for reading and writing images in the TIFF (Tagged Image File Format) format. …

ecl-rove 0.9.6

Rove is a unit testing framework for Common Lisp applications. This is intended to be a successor of Prove. …

ecl-rt 1990.12.19-1.a6a7503

RT provides a framework for writing regression test suites. …

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