GNU bug report logs -
#67902
[PATCH 00/95] PHP package chain.
Previous Next
Full log
Message #716 received at 67902 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/php-xyz.scm (php-psr-simple-cache): New variable.
Change-Id: Ibefc321e391d0501ed4c53345aa053df972bbb8f
---
gnu/packages/php-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index fbf6251bca..6e55118502 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -952,3 +952,23 @@ (define-public php-psr-event-dispatcher
(home-page "https://github.com/php-fig/event-dispatcher")
(license license:expat)))
+(define-public php-psr-simple-cache
+ (package
+ (name "php-psr-simple-cache")
+ (version "3.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/php-fig/simple-cache")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gndf4ygvgbw790hxxvv9d2qpnzdi409m1n9f36jw7fy1cg6gbax"))))
+ (build-system composer-build-system)
+ (synopsis "Simple cache in PHP")
+ (description "This package provides common interfaces in PHP for simple
+caching.")
+ (home-page "https://github.com/php-fig/simple-cache")
+ (license license:expat)))
+
--
2.46.0
This bug report was last modified 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.