14 lines
433 B
Common Lisp
14 lines
433 B
Common Lisp
|
(uiop:define-package #:sync-music
|
||
|
(:use #:cl #:alexandria #:serapeum)
|
||
|
(:local-nicknames (#:p-utils #:org.shirakumo.pathname-utils))
|
||
|
(:export #:*worker-threads*
|
||
|
#:*opus-bitrate*
|
||
|
#:*max-depth*
|
||
|
#:*cleanupp*
|
||
|
#:*ignore-toplevel-p*
|
||
|
#:*general-extensions*
|
||
|
#:*meta-extensions*
|
||
|
#:*action-perform-output*
|
||
|
#:action-describe
|
||
|
#:sync-music))
|