diff --git a/alexandria-2/package.lisp b/alexandria-2/package.lisp
new file mode 100644
index 0000000000000000000000000000000000000000..7a3bba1ef61ea2ab03c1aa02f722526c2f3b5e56
--- /dev/null
+++ b/alexandria-2/package.lisp
@@ -0,0 +1,8 @@
+(defpackage :alexandria-2
+  (:nicknames :alexandria.2 :alex-2)
+  (:use :cl :alexandria.1.0.0)
+  #+sb-package-locks
+  (:lock t)
+  (:export .
+    #. (let (res) (do-external-symbols (sym :alexandria.1.0.0) (push sym res)) res)
+   ))