taglib
Pure Lisp implementation to read (and write, perhaps, one day) tags
$ area51 add taglibCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(taglib:some-function ...)Pure Lisp implementation to read (and write, perhaps, one day) tags
$ area51 add taglibCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(taglib:some-function ...)