* [bug#42606] add sbcl-cl-inflector, pls
@ 2020-07-29 22:36 Adam Kandur via Guix-patches via
2020-07-30 9:00 ` bug#42606: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-07-29 22:36 UTC (permalink / raw)
To: 42606
hi, don't have any experience in contributing. but here is code for sbcl-cl-inflector
(define-public sbcl-cl-inflector
(let ((commit "f1ab16919ccce3bd82a0042677d9616dde2034fe")
(revision "1"))
(package
(name "sbcl-cl-inflector")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/AccelerationNet/cl-inflector")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1xwwlhik1la4fp984qnx2dqq24v012qv4x0y49sngfpwg7n0ya7y"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("alexandria" ,sbcl-alexandria)
("lisp-unit2" ,sbcl-lisp-unit2)))
(home-page "https://github.com/AccelerationNet/cl-inflector")
(synopsis "A library to pluralize and singularize English and Portuguese words.")
(description "A common lisp library to easily pluralize and singularize English and Portuguese words.
This is a port of the ruby ActiveSupport Inflector module.")
(license license:expat))))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-30 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 22:36 [bug#42606] add sbcl-cl-inflector, pls Adam Kandur via Guix-patches via
2020-07-30 9:00 ` bug#42606: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.