diff options
| author | 2025-01-10 15:51:20 -0500 | |
|---|---|---|
| committer | 2025-01-10 15:51:20 -0500 | |
| commit | 9135d901d54384f569bda9df022871be77b9d254 (patch) | |
| tree | a5b9f9a6bb449fb8cf2d091a1402b91b526988f1 /mcgoron.srfi.64.sld | |
init
Diffstat (limited to '')
| -rw-r--r-- | mcgoron.srfi.64.sld | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mcgoron.srfi.64.sld b/mcgoron.srfi.64.sld new file mode 100644 index 0000000..5bafb37 --- /dev/null +++ b/mcgoron.srfi.64.sld @@ -0,0 +1,23 @@ +#| Copyright 2024 Peter McGoron + | + | Licensed under the Apache License, Version 2.0 (the "License"); + | + | you may not use this file except in compliance with the License. + | You may obtain a copy of the License at + | + | http://www.apache.org/licenses/LICENSE-2.0 + | + | Unless required by applicable law or agreed to in writing, software + | distributed under the License is distributed on an "AS IS" BASIS, + | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + | See the License for the specific language governing permissions and + | limitations under the License. + |# + +(define-library (mcgoron srfi 64) + (import (scheme base) (scheme write) (srfi 64)) + (cond-expand + (chicken (import (chicken condition))) + (else)) + (export factory add-displayable!) + (include "mcgoron.srfi.64.scm")) |
