d60c639162e8 ^
f591c32dfb2a ^
1 2 3 4 5
6 7 8 9
10 11 12 13 14
{ depot, ... }: depot.nix.buildLisp.library { name = "klatre"; deps = with depot.third_party.lisp; [ local-time ]; srcs = [ ./package.lisp ./klatre.lisp ]; }