systemd-parse/packages-systemd.lisp
J S 9474199299
feat[all] Wrote initial read-file functionality
I created the first version of READ-SYSTEM.
It parses a .service file into an associative list of hash-tables.
2023-12-19 16:29:39 -05:00

6 lines
99 B
Common Lisp

(defpackage :service-edit
(:use :common-lisp))
(defpackage :service-opts
(:use :common-lisp))