Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
new-op
new-op
Commits
19a64ce3
Commit
19a64ce3
authored
Dec 16, 2015
by
Marco Antoniotti
💬
Browse files
"System" files updated.
parent
8305ef75
Changes
2
Hide whitespace changes
Inline
Side-by-side
new-op.asd
View file @
19a64ce3
...
...
@@ -4,6 +4,15 @@
;;;; Please see file COPYING for copyright and licensing information.
(
asdf:defsystem
:new-op
:author
"Marco Antoniotti"
:license
"BSD"
:description
"The NEW-OP System.
A (not so) new NEW operator that subsumes all the 'make-...' functions
and methods of Common Lisp."
:components
((
:file
"new-op-pkg"
)
(
:file
"new-op"
:depends-on
(
"new-op-pkg"
))))
...
...
new-op.system
View file @
19a64ce3
...
...
@@ -5,6 +5,14 @@
(mk:defsystem "NEW-OP"
:author "Marco Antoniotti"
:licence "BSD"
:documentation "The NEW-OP System.
A (not so) new NEW operator that subsumes all the 'make-...' functions
and methods of Common Lisp."
:components ((:file "new-op-pkg")
(:file "new-op"
:depends-on ("new-op-pkg"))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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