Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpi
Commits
a1ee9127
Commit
a1ee9127
authored
May 06, 2020
by
Eric Timmons
Browse files
Forgot to add a file
parent
17a243c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/repos/defs.lisp
0 → 100644
View file @
a1ee9127
;;;; Repository definitions
;;;;
;;;; This software is part of CLPI. See README.org for more information. See
;;;; LICENSE for license information.
(
uiop:define-package
#:clpi/repos/defs
(
:use
#:cl
)
(
:export
#:repo-to-description
))
(
in-package
#:clpi/repos/defs
)
(
defgeneric
repo-to-description
(
repo
)
(
:documentation
"Return a description of REPO suitable for reconstructing it with
MAKE-REPO-FROM-DESCRIPTION."
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment