Skip to content

Commit cf2c610

Browse files
andreerquicklisp
authored andcommitted
tags and extended descriptions for some packages
1 parent 8d86492 commit cf2c610

File tree

103 files changed

+260
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+260
-5
lines changed

3b-swf/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SWF (Flash) file manipulation library
2+
3b-swf is a library for manipulating SWF (Adobe Flash) files.

3b-swf/tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
swf
2+
flash

3bil/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CL -> Flash AVM2 bytecode compiler
2+
3bil is a work-in-progress Common Lisp->AVM2 bytecode compiler.

3bil/tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
swf
2+
flash
3+
amv2

acl-compat/description.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
compatibility layer for some Franz Allegro CL APIs
1+
compatibility layer for some Franz Allegro CL APIs (threads, sockets, ++)
2+
ACL-COMPAT is a free set of compatibility layers for parts of Franz's ACL API for several Lisp systems. It provides ACL-like interfaces for:
3+
4+
* threads (including run- and arrest-reasons)
5+
* Sockets? (including chunked transfer encoding on some implementations)
6+
* Parts of the EXCL package
7+
* Parts of ACL's SYS package
8+
* ACL's NET.URI (networking) stuff
9+
10+
It is maintained together with Portableaserve, the portable implementation of Franz' AllegroServe Webserver, but can be installed without Portableaserve.

acl-compat/tags.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Compatibility layer for some Franz Allegro CL APIs (threads, sockets, ++)
2+
ACL-COMPAT is a free set of compatibility layers for parts of Franz's ACL API for several Lisp systems. It provides ACL-like interfaces for:
3+
4+
* threads (including run- and arrest-reasons)
5+
* Sockets? (including chunked transfer encoding on some implementations)
6+
* Parts of the EXCL package
7+
* Parts of ACL's SYS package
8+
* ACL's NET.URI (networking) stuff
9+
10+
It is maintained together with Portableaserve, the portable implementation of Franz' AllegroServe Webserver, but can be installed without Portableaserve.
11+
12+
threads
13+
sockets
14+
networking
15+
uri
16+
url

adw-charting/description.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
simple charting
1+
simple drawing of bar, line, pie charts and star ratings
2+
ADW-Charting is a simple chart drawing library for quickly creating reasonable-looking charts. It presents a function-oriented interface similar to Vecto, and saves results to PNG. It can currently be used to create pie charts, line charts, bar charts and star ratings. It lets you choose either google charts or the vecto vector drawing library as a back-end.

adw-charting/tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
charts
2+
graphs

alexandria/description.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
utility collection
2+
Alexandria is a collection of functions and macros for:
3+
* Hash tables
4+
* Higher order functions
5+
* List and sequence manipulation
6+
* Macro writing
7+
* Symbol management
8+
* Arrays
9+
* Type designator manipulation
10+
* Math

alexandria/tags.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
utilities
2+
macros
3+
hash
4+
math
5+
hof
6+
sequences
7+
arrays
8+
lists
9+
symbols
10+
types
11+
math

0 commit comments

Comments
 (0)