Commit 2c512365fbb7a5bee3a7daf96c4c84c85c234ccb

Thomas de Grivel 2017-02-08T00:20:04

Create package REPO-USER.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/repo.lisp b/repo.lisp
index 8522ccc..927c7c7 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -19,6 +19,9 @@
 	   #:*repos*
 	   #:update))
 
+(defpackage :repo-user
+  (:use :common-lisp :repo))
+
 (in-package :repo)
 
 (defvar *repo-dir* "~/common-lisp")