GNU bug report logs - #42606
add sbcl-cl-inflector, pls

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Wed, 29 Jul 2020 22:38:01 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <rndd <at> tuta.io>
To: guix-patches <at> gnu.org
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))))




This bug report was last modified 4 years and 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.