Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gendl
gendl-patches
gendl-patches
Commits
a2a1e5b2
Commit
a2a1e5b2
authored
Aug 15, 2020
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
29163448
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
.gitignore
.gitignore
+1
-0
depends-on.isc
depends-on.isc
+1
-0
gendl-patches.asd
gendl-patches.asd
+10
-0
No files found.
.gitignore
View file @
a2a1e5b2
*~
bin/
\ No newline at end of file
depends-on.isc
0 → 100644
View file @
a2a1e5b2
(:gendl :cl-markdown)
\ No newline at end of file
gendl-patches.asd
0 → 100644
View file @
a2a1e5b2
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:gendl-patches
:description
"The Gendl® gendl-patches Subsystem"
:author
"Genworks International"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20200815"
:depends-on
(
:gendl
:cl-markdown
)
:defsystem-depends-on
nil
:components
((
:file
"source/aserve"
)
(
:file
"source/gdl"
)
(
:file
"source/glisp"
)
(
:file
"source/gwl"
)))
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