Uniform Resource Identifiers for Common Lisp
 
Description
Uniform Resource Identifiers (URIs) for Common Lisp. URIs, a superset of URLs, define a syntax for identifying an abstract or physical resource. Read the RFC below for more general information about URIs.
Author
Kevin Layer, Franz Inc.
Author's Comments
This is the same URI implementation that first appeared in Allegro CL 6.0. Following RFC 2396 as closely as possible was an important goal for the project, and some of the tests came directly from the RFC.
Release History
Documentation
The URI documentation
References
RFC2396
Platform
All ACL versions.
Files
License

The uri source code is licensed under the terms of the Lisp Lesser GNU Public License, known as the LLGPL. The LLGPL consists of a preamble and the LGPL. Where these conflict, the preamble takes precedence. uri is referenced in the preamble as the LIBRARY.

Open Source
This project is hosted on the http://opensource.franz.com site. There is an informal community support and development mailing list (opensource@franz.com) for these open source projects. We encourage you to take advantage by subscribing to the list. Click here to subscribe or unsubscribe. Once you're subscribed, send email to opensource@franz.com with your questions, comments, suggestions, and patches.