Differences From Artifact [e107d3437d]:
- File mtexec.scm — part of check-in [e0be4c40b4] at 2024-02-12 13:45:48 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 4382) [annotate] [blame] [check-ins using]
To Artifact [3bc5416e88]:
- File mtexec.scm — part of check-in [9d5561ee21] at 2024-02-15 10:25:40 on branch v1.90-proper-interface-lists — wip (user: mrwellan, size: 4357) [annotate] [blame] [check-ins using] [more...]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - | (use srfi-1 posix srfi-69 readline ;; regex regex-case srfi-69 apropos json http-client directory-utils rpc typed-records;; (srfi 18) extras) srfi-19 srfi-18 extras format pkts regex regex-case (prefix dbi dbi:) ) ;; (declare (uses common)) (declare (uses mtargs)) |
︙ |