Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
ab7eb2f4
Commit
ab7eb2f4
authored
7 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Patches
Plain Diff
asd: include full clim-utils system
parent
4c95c006
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
franz-clim2.asd
+29
-3
29 additions, 3 deletions
franz-clim2.asd
with
29 additions
and
3 deletions
franz-clim2.asd
+
29
−
3
View file @
ab7eb2f4
...
...
@@ -97,11 +97,37 @@
#+
(
or
)
"Bootstrap everything"
(
:file
"stream-trampolines"
)))))
;;; based on `clim-utils'
(
defsystem
#:franz-clim2/utils
:components
((
:file
"utils/packages"
)
(
:file
"utils/defun-utilities"
)))
((
:module
"utils"
:components
((
:file
"packages"
)
(
:file
"defun-utilities"
)
(
:file
"reader"
)
(
:file
"clos-patches"
)
(
:file
"clos"
)
;; General lisp extensions
(
:file
"utilities"
)
(
:file
"lisp-utilities"
)
(
:file
"processes"
)
(
:file
"queue"
)
(
:file
"timers"
)
(
:file
"protocols"
)
;; Establish a uniform stream model
#+
(
or
)
(
:file
"trivial-gray-streams"
)
;; Basic utilities for Silica and CLIM
(
:file
"clim-macros"
)
(
:file
"transformations"
)
(
:file
"regions"
)
(
:file
"region-arithmetic"
)
(
:file
"extended-regions"
)
(
:file
"base-designs"
)
(
:file
"designs"
)))))
;;; based on `clim-silica'
(
defsystem
#:franz-clim2/silica
:depends-on
(
#:franz-clim2/utils
)
:components
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment