unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* bug#42606: add sbcl-cl-inflector, pls
  2020-07-29 22:36 [bug#42606] add sbcl-cl-inflector, pls Adam Kandur via Guix-patches via
@ 2020-07-30  9:00 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-07-30  9:00 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 42606-done

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]


Hi, I made a few modifications to your patch and pushed it as
de681bdb1148b31c1457bb6c1a59067aa47cc9fd. Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ 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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).