{ depot ? import {}, briefcase ? import {}, ... }: depot.nix.buildLisp.library { name = "f"; deps = with briefcase.lisp; [ prelude ]; srcs = [ ./main.lisp ]; }