-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
44 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,15 @@ | |
*.scm#* | ||
.#*.scm | ||
|
||
*.sls~ | ||
*.sls#* | ||
.#*.sls | ||
|
||
*.sps~ | ||
*.sps#* | ||
.#*.sps | ||
|
||
.DS_Store | ||
|
||
*.akku | ||
*.akku.sig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!r6rs ; -*- mode: scheme; coding: utf-8 -*- | ||
;; This file is automatically generated - do not change it by hand. | ||
(import (akku format lockfile)) | ||
(projects | ||
((name "chez-srfi") | ||
(location (git "https://github.com/arcfide/chez-srfi")) | ||
(revision "ad3b9f9020cf3b65f209866aca0b10cfc10556f3"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!r6rs ; -*- mode: scheme; coding: utf-8 -*- | ||
(import (akku format manifest)) | ||
|
||
(akku-package ("gnuplot-pipe" "0.4.0") | ||
(synopsis "Port of gnuplot-pipe egg for Chicken Scheme to Chez Scheme.") | ||
(authors "Travis Hinkelman" "Francesco Montanari" "Glenn Moloney") | ||
(license "GPL-3.0-or-later") | ||
(depends ("chez-srfi" ">=0.0.0-akku <1.0.0")) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 8 additions & 2 deletions
10
test/tests.ss → tests/test-gnuplot-pipe.sps
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters