print-licenses
Print the licenses used by the given project and its dependencies.
$ area51 add print-licensesコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(print-licenses:some-function ...)Print the licenses used by the given project and its dependencies.
$ area51 add print-licensesコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(print-licenses:some-function ...)