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
clpm
Commits
31f81b8a
Commit
31f81b8a
authored
Feb 21, 2020
by
Eric Timmons
Browse files
Add esrap
parent
641d47ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
31f81b8a
...
...
@@ -181,3 +181,6 @@
[submodule "ext/cl-semver"]
path = ext/cl-semver
url = https://github.com/cldm/cl-semver.git
[submodule "ext/esrap"]
path = ext/esrap
url = https://github.com/scymtym/esrap.git
clpm-licenses.asd
View file @
31f81b8a
...
...
@@ -34,6 +34,7 @@
(
:static-file
"do-urlencode"
)
(
:static-file
"documentation-utils"
)
(
:static-file
"drakma"
)
(
:static-file
"esrap"
)
(
:static-file
"exit-hooks"
)
(
:static-file
"fast-http"
)
(
:static-file
"fast-io"
)
...
...
esrap
@
da6b24fb
Subproject commit da6b24fb18bdb8e7e177bcf2820cdaf0b560deb6
licenses/esrap
0 → 100644
View file @
31f81b8a
;;;; Copyright (c) 2007-2013 Nikodemus Siivola <nikodemus@random-state.net>
;;;; Copyright (c) 2012-2019 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
;;;;
;;;; Permission is hereby granted, free of charge, to any person
;;;; obtaining a copy of this software and associated documentation files
;;;; (the Software), to deal in the Software without restriction,
;;;; including without limitation the rights to use, copy, modify, merge,
;;;; publish, distribute, sublicense, and/or sell copies of the Software,
;;;; and to permit persons to whom the Software is furnished to do so,
;;;; subject to the following conditions:
;;;;
;;;; THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
;;;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
;;;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
;;;; IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
;;;; CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
;;;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;;;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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