doubly-linked-list
An implementation of the doubly linked list data structure.
$ area51 add doubly-linked-listCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(doubly-linked-list:some-function ...)