21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
-
-
-
+
+
+
-
+
|
(declare (unit launchmod))
(declare (uses commonmod))
(module launchmod
*
(import scheme chicken data-structures extras files)
(import (prefix sqlite3 sqlite3:) posix typed-records
srfi-18 srfi-69 format ports srfi-1 matchable
(import scheme chicken.base chicken.file)
(import (prefix sqlite3 sqlite3:) typed-records
srfi-18 srfi-69 chicken.format chicken.port srfi-1 matchable
z3 (prefix base64 base64:) regex
call-with-environment-variables csv)
call-with-environment-variables)
(import commonmod)
)
|