file-types
Simple scheme to classify file types in a hierarchical fashion.
$ area51 add file-typesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(file-types:some-function ...)Simple scheme to classify file types in a hierarchical fashion.
$ area51 add file-typesCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(file-types:some-function ...)