mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: cl-change-case: Fix description.
* gnu/packages/lisp-xyz.scm (sbcl-cl-change-case)[description]: Add missing word.
This commit is contained in:
parent
fc284b733e
commit
6cf3b1c265
1 changed files with 5 additions and 4 deletions
|
@ -10207,7 +10207,7 @@ (define-public sbcl-cl-change-case
|
|||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(file-name (git-file-name "cl-change-case" version))
|
||||
(sha256
|
||||
(base32 "0qmk341zzcsbf8sq0w9ix3r080zg4ri6vzxym63lhdjfzwz3y8if"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
|
@ -10216,10 +10216,11 @@ (define-public sbcl-cl-change-case
|
|||
("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)))
|
||||
(native-inputs
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
(synopsis "Convert Common Lisp strings between camelCase, PascalCase and more")
|
||||
(synopsis
|
||||
"Convert Common Lisp strings between camelCase, PascalCase and more")
|
||||
(description
|
||||
"@code{cl-change-case} is library to convert strings between camelCase,
|
||||
PascalCase, snake_case, param-case, CONSTANT_CASE and more.")
|
||||
"@code{cl-change-case} is a library to convert strings between
|
||||
camelCase, PascalCase, snake_case, param-case, CONSTANT_CASE and more.")
|
||||
(license license:llgpl))))
|
||||
|
||||
(define-public cl-change-case
|
||||
|
|
Loading…
Reference in a new issue