[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH 03/95] gnu: Add php-cache-tag-interop.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH 03/95] gnu: Add php-cache-tag-interop. |
Date: |
Tue, 19 Dec 2023 14:56:44 +0100 |
* gnu/packages/php-xyz.scm (php-cache-tag-interop): New variable.
Change-Id: I6d43ace6b911f22c91964925e807e7685cedced8
---
gnu/packages/php-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/php-xyz.scm b/gnu/packages/php-xyz.scm
index 97f9570a72..a4c00e45be 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -67,3 +67,25 @@ (define-public composer-classloader
build its autoloading feature. This package is used by the
composer-build-system
to build its own store-aware autoloading feature.")
(license license:expat)))
+
+(define-public php-cache-tag-interop
+ (package
+ (name "php-cache-tag-interop")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/php-cache/tag-interop")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08x7sqxhkwni0arrl68xb2fxd2qjwdkxlxmjq7j3q2ic2qbl8iif"))))
+ (build-system composer-build-system)
+ (inputs (list php-psr-cache))
+ (synopsis "PHP framework for tags")
+ (description "This package provides a PHP framework interoperable
+interfaces for tags.")
+ (home-page "https://www.php-cache.com/en/latest/")
+ (license license:expat)))
+
--
2.41.0
- [bug#67902] [PATCH 00/95] PHP package chain., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 01/95] gnu: Add abnfgen., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 02/95] gnu: php-xyz: Add copyright and useful modules., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 03/95] gnu: Add php-cache-tag-interop.,
Nicolas Graves <=
- [bug#67902] [PATCH 04/95] gnu: Add php-doctrine-collections., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 05/95] gnu: Add php-doctrine-common., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 07/95] gnu: Add php-doctrine-event-manager., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 10/95] gnu: Add php-doctrine-persistence., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 08/95] gnu: Add php-doctrine-instantiator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 06/95] gnu: Add php-doctrine-deprecations., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 09/95] gnu: Add php-doctrine-lexer., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 12/95] gnu: Add php-egulias-email-validator., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 11/95] gnu: Add php-dms-phpunit-arraysubset-asserts., Nicolas Graves, 2023/12/19
- [bug#67902] [PATCH 17/95] gnu: Add php-nikic-php-parser., Nicolas Graves, 2023/12/19