You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
583 B

(use-modules (artanis artanis)
(csv csv)
(ice-9 popen)
(ice-9 regex)
(ice-9 string-fun)
(ice-9 textual-ports)
(ice-9 threads)
(srfi srfi-1)
(srfi srfi-11)
(srfi srfi-19)
(sxml simple)
(sxml transform)
(tk listlogic)
(tk mcron)
(tk short))
(include "./src/debugging.scm")
(include "./src/repo.scm")
(include "./src/associations.scm")
(include "./src/scheduler.scm")
(include "./src/spawn_interaction.scm")