Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
fb8012a5
Commit
fb8012a5
authored
Mar 30, 2015
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
built interim 1588r001 release
parent
0fa32329
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
39 additions
and
39 deletions
+39
-39
apps/dom/dom.asd
apps/dom/dom.asd
+2
-2
apps/ta2/ta2.asd
apps/ta2/ta2.asd
+2
-2
apps/tasty/tasty.asd
apps/tasty/tasty.asd
+2
-2
apps/translators/translators.asd
apps/translators/translators.asd
+2
-2
apps/tree/tree.asd
apps/tree/tree.asd
+2
-2
apps/yadd/yadd.asd
apps/yadd/yadd.asd
+2
-2
base/base.asd
base/base.asd
+2
-2
base/source/parameters.lisp
base/source/parameters.lisp
+1
-1
cl-lite/cl-lite.asd
cl-lite/cl-lite.asd
+2
-2
demos/bus/bus.asd
demos/bus/bus.asd
+2
-2
demos/ledger/ledger.asd
demos/ledger/ledger.asd
+2
-2
demos/robot/robot.asd
demos/robot/robot.asd
+2
-2
demos/wire-world/wire-world.asd
demos/wire-world/wire-world.asd
+2
-2
documentation/training/g102-tud/examples/examples.asd
documentation/training/g102-tud/examples/examples.asd
+2
-2
geom-base/geom-base.asd
geom-base/geom-base.asd
+2
-2
glisp/glisp.asd
glisp/glisp.asd
+2
-2
gwl-graphics/gwl-graphics.asd
gwl-graphics/gwl-graphics.asd
+2
-2
gwl/gwl.asd
gwl/gwl.asd
+2
-2
regression/regression.asd
regression/regression.asd
+2
-2
surf/surf.asd
surf/surf.asd
+2
-2
No files found.
apps/dom/dom.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:dom
:description
(
asdf:defsystem
#:dom
:description
"The Gendl
™
dom Subsystem"
:author
"John McCarthy"
:license
"The Gendl
\"
dom Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:cl-who
:yadd
)
:version
"20150
330
"
:depends-on
(
:cl-who
:yadd
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
apps/ta2/ta2.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:ta2
:description
(
asdf:defsystem
#:ta2
:description
"The Gendl
™
(legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
"The Gendl
\"
(legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
:author
"John McCarthy"
:license
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl-graphics
)
:version
"20150
330
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
apps/tasty/tasty.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:tasty
:description
(
asdf:defsystem
#:tasty
:description
"The Gendl
™
Web-based Development Environment (tasty)"
:author
"The Gendl
\"
Web-based Development Environment (tasty)"
:author
"John McCarthy"
:license
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:tree
:gwl-graphics
)
:version
"20150
330
"
:depends-on
(
:tree
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
apps/translators/translators.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:translators
:description
(
asdf:defsystem
#:translators
:description
"The Gendl
™
Translators to/from XML and potentially other high-level KBE and Knowledge formats"
"The Gendl
\"
Translators to/from XML and potentially other high-level KBE and Knowledge formats"
:author
"John McCarthy"
:license
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl
)
:version
"20150
330
"
:depends-on
(
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
apps/tree/tree.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:tree
:description
(
asdf:defsystem
#:tree
:description
"The Gendl
™
Tree component used by Tasty and potentially as a UI component on its own"
"The Gendl
\"
Tree component used by Tasty and potentially as a UI component on its own"
:author
"John McCarthy"
:license
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl-graphics
)
:version
"20150
330
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
apps/yadd/yadd.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:yadd
:description
(
asdf:defsystem
#:yadd
:description
"The Gendl
™
Yet Another Definition Documenter (yadd)"
:author
"The Gendl
\"
Yet Another Definition Documenter (yadd)"
:author
"John McCarthy"
:license
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
:version
"20150
330
"
:depends-on
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
(
:gwl-graphics
#-
allegro
:cl-html-parse
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
base/base.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:base
:description
(
asdf:defsystem
#:base
:description
"The Gendl
™
Base Core Kernel Engine"
:author
"John McCarthy"
"The Gendl
\"
Base Core Kernel Engine"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
nil
:serial
t
:version
"20150
330
"
:depends-on
nil
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
base/source/parameters.lisp
View file @
fb8012a5
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
(
in-package
:gdl
)
(
in-package
:gdl
)
(
defparameter
*gendl-version*
"1588"
)
(
defparameter
*gendl-version*
"1588
r001
"
)
(
defparameter
*gendl-patch-level*
nil
)
(
defparameter
*gendl-patch-level*
nil
)
...
...
cl-lite/cl-lite.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:cl-lite
:description
(
asdf:defsystem
#:cl-lite
:description
"The Gendl
™
Compile-and-Load Lite Utility"
:author
"John McCarthy"
"The Gendl
\"
Compile-and-Load Lite Utility"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:glisp
)
:serial
t
:version
"20150
330
"
:depends-on
(
:glisp
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
demos/bus/bus.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:bus
:description
(
asdf:defsystem
#:bus
:description
"The Gendl
™
Wireframe School Bus Demo"
:author
"John McCarthy"
"The Gendl
\"
Wireframe School Bus Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"20150
330
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
demos/ledger/ledger.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:ledger
:description
(
asdf:defsystem
#:ledger
:description
"The Gendl
™
Ledger Bookkeeping Demo"
:author
"John McCarthy"
"The Gendl
\"
Ledger Bookkeeping Demo"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
:serial
t
:version
"20150
330
"
:depends-on
(
#-
gwl
:gwl
)
(
#-
gwl
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
demos/robot/robot.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:robot
:description
(
asdf:defsystem
#:robot
:description
"The Gendl
™
Simplified Android Robot example "
:author
"The Gendl
\"
Simplified Android Robot example "
:author
"John McCarthy"
:license
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl-graphics
)
:version
"20150
330
"
:depends-on
(
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
demos/wire-world/wire-world.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:wire-world
:description
(
asdf:defsystem
#:wire-world
:description
"The Gendl
™
Wire-World demo and test-case for wireframe tessellation and X3D output"
"The Gendl
\"
Wire-World demo and test-case for wireframe tessellation and X3D output"
:author
"John McCarthy"
:license
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
:version
"20150
330
"
:depends-on
(
#-
gwl-graphics
:gwl-graphics
)
(
#-
gwl-graphics
:gwl-graphics
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
documentation/training/g102-tud/examples/examples.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:examples
:description
(
asdf:defsystem
#:examples
:description
"The Gendl
™
examples Subsystem"
:author
"John McCarthy"
:license
"The Gendl
\"
examples Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:gwl-graphics
:surf
)
:version
"20150
330
"
:depends-on
(
:gwl-graphics
:surf
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
geom-base/geom-base.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:geom-base
:description
(
asdf:defsystem
#:geom-base
:description
"The Gendl
™
Wireframe Geometry"
:author
"John McCarthy"
:license
"The Gendl
\"
Wireframe Geometry"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:glisp
)
:version
"20150
330
"
:depends-on
(
:glisp
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
glisp/glisp.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:glisp
:description
(
asdf:defsystem
#:glisp
:description
"The Gendl
™
Common Lisp Portability"
:author
"John McCarthy"
"The Gendl
\"
Common Lisp Portability"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
:serial
t
:version
"20150
330
"
:depends-on
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:acl-compat
)
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:acl-compat
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
gwl-graphics/gwl-graphics.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:gwl-graphics
:description
(
asdf:defsystem
#:gwl-graphics
:description
"The Gendl
™
GWL embedded graphics support"
:author
"John McCarthy"
"The Gendl
\"
GWL embedded graphics support"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:geom-base
:gwl
)
:serial
t
:version
"20150
330
"
:depends-on
(
:geom-base
:gwl
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
gwl/gwl.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:gwl
:description
(
asdf:defsystem
#:gwl
:description
"The Gendl
™
Generative Web Language (GWL)"
:author
"John McCarthy"
"The Gendl
\"
Generative Web Language (GWL)"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
:serial
t
:version
"20150
330
"
:depends-on
(
:bordeaux-threads
:glisp
:aserve
)
(
:bordeaux-threads
:glisp
:aserve
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
regression/regression.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:regression
:description
(
asdf:defsystem
#:regression
:description
"The Gendl
™
regression Subsystem"
:author
"John McCarthy"
:license
"The Gendl
\"
regression Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:lift
:surf
:tasty
)
:version
"20150
330
"
:depends-on
(
:lift
:surf
:tasty
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
surf/surf.asd
View file @
fb8012a5
;;;; -*- coding: utf-8 -*-
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:surf
:description
(
asdf:defsystem
#:surf
:description
"The Gendl
™
NURBS Surface and Solids Geometry Primitives"
:author
"The Gendl
\"
NURBS Surface and Solids Geometry Primitives"
:author
"John McCarthy"
:license
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20150
122
"
:depends-on
(
:geom-base
)
:version
"20150
330
"
:depends-on
(
:geom-base
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
:components
...
...
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