Artifact 4f496b5684f8424217b6a4b57212a1f4db5fa92f:
- File attic/pkts.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File attic_modular/pkts.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File pkts.scm — part of check-in [eb1e33a754] at 2019-12-15 21:35:20 on branch v1.70-defunct-try — pkts incorporated as compilation unit/module with chicken-install supported and it all compiles and seems to work. (user: matt, size: 951) [annotate] [blame] [check-ins using]
- File pktsmod.scm — part of check-in [38a3940f9b] at 2021-04-06 22:53:22 on branch v1.6584-ck5 — Getting still closer but not there yet (user: matt, size: 951) [annotate] [blame] [check-ins using]
;;====================================================================== ;; Copyright 2019, Matthew Welland. ;; ;; This file is part of Megatest. ;; ;; Megatest is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; ;; Megatest is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit pkts)) (include "pkts/pkts.scm")