emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42606: closed (add sbcl-cl-inflector, pls)


From: GNU bug Tracking System
Subject: bug#42606: closed (add sbcl-cl-inflector, pls)
Date: Thu, 30 Jul 2020 09:01:02 +0000

Your message dated Thu, 30 Jul 2020 11:00:03 +0200
with message-id <8736592x9o.fsf@yamatai>
and subject line Re: [bug#42606] add sbcl-cl-inflector, pls
has caused the debbugs.gnu.org bug report #42606,
regarding add sbcl-cl-inflector, pls
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42606: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42606
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: add sbcl-cl-inflector, pls Date: Thu, 30 Jul 2020 00:36:53 +0200 (CEST)
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))))



--- End Message ---
--- Begin Message --- Subject: Re: [bug#42606] add sbcl-cl-inflector, pls Date: Thu, 30 Jul 2020 11:00:03 +0200 User-agent: mu4e 1.4.12; emacs 26.3
Hi, I made a few modifications to your patch and pushed it as
de681bdb1148b31c1457bb6c1a59067aa47cc9fd. Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]