Skip to content
Snippets Groups Projects
Forked from alexandria / alexandria
43 commits behind the upstream repository.
package.lisp 305 B
(in-package :cl-user)
(defpackage :alexandria-2
  (:nicknames :alexandria.2)
  (:use :cl :alexandria.1.0.0)
  #+sb-package-locks
  (:lock t)
  (:export
   #:delete-from-plist*
   #:line-up-first
   #:line-up-last
    . #. (let (res) (do-external-symbols (sym :alexandria.1.0.0) (push sym res)) res)
   ))