Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, ... }:
depot.nix.buildLisp.library {
name = "klatre";
deps = with depot.third_party.lisp; [
local-time
];
srcs = [
./package.lisp
./klatre.lisp
}