format-seconds

Unlicense

Format durations in seconds as human-friendly strings

$ area51 add format-secondsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(format-seconds:some-function ...)

Dependencies