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
cl-variates
cl-variates
Commits
6c86084d
Commit
6c86084d
authored
Jun 26, 2007
by
Gary King
Browse files
bumped version
darcs-hash:67df366429a0a63c6346625d40827f0e17acf6ee
parent
cd77782f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cl-variates.asd
View file @
6c86084d
;;; -*- Mode: Lisp; package:
CL-USER
; Syntax: Common-lisp; Base: 10 -*-
;;; -*- Mode: Lisp; package:
cl-user
; Syntax: Common-lisp; Base: 10 -*-
#|
|#
(
in-package
asdf
)
(
defpackage
"ASDF-CL-VARIATES"
(
:use
#:cl
#:asdf
))
(
in-package
"ASDF-CL-VARIATES"
)
(
in-package
#:
asdf
)
(
defpackage
#:asdf-cl-variates
(
:use
#:cl
#:asdf
))
(
in-package
#:asdf-cl-variates
)
(
defsystem
cl-variates
:version
"0.8"
:version
"0.8
.1
"
:author
"Gary King <gwking@metabang.com>"
:maintainer
"Gary Warren King <gwking@metabang.com>"
:licence
"MIT Style License"
...
...
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