[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v4 57/98] gnu: Add php-symfony-cache-contracts.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v4 57/98] gnu: Add php-symfony-cache-contracts. |
Date: |
Mon, 7 Oct 2024 23:44:25 +0200 |
* gnu/packages/php-xyz.scm (php-symfony-cache-contracts): New variable.
Change-Id: I56a7534b544b5c6ab05f94e7d68fec746b3096e0
---
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 2a03fd6ee4..764b643248 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -1435,3 +1435,25 @@ (define-public php-cache-integration-tests
(home-page "https://github.com/php-cache/integration-tests")
(license license:expat)))
+(define-public php-symfony-cache-contracts
+ (package
+ (name "php-symfony-cache-contracts")
+ (version "3.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/symfony/cache-contracts")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pjdcm7zwvhf0dcnb7h1c65zc9xpj551dlljag4nliq7i23ypj5y"))))
+ (build-system composer-build-system)
+ (inputs
+ (list php-psr-cache))
+ (synopsis "PHP caching abtractions")
+ (description "This package provides PHP generic abstractions related to
+caching.")
+ (home-page "https://symfony.com")
+ (license license:expat)))
+
--
2.46.0
- [bug#67902] [PATCH v4 44/98] gnu: Add php-sebastian-diff., (continued)
- [bug#67902] [PATCH v4 44/98] gnu: Add php-sebastian-diff., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 45/98] gnu: Add php-sebastian-environment., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 46/98] gnu: Add php-sebastian-exporter., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 47/98] gnu: Add php-sebastian-global-state., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 49/98] gnu: Add php-sebastian-object-enumerator., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 48/98] gnu: Add php-sebastian-lines-of-code., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 52/98] gnu: Add php-sebastian-resource-operations., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 53/98] gnu: Add php-sebastian-type., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 50/98] gnu: Add php-sebastian-object-reflector., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 51/98] gnu: Add php-sebastian-recursion-context., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 57/98] gnu: Add php-symfony-cache-contracts.,
Nicolas Graves <=
- [bug#67902] [PATCH v4 54/98] gnu: Add php-sebastian-version., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 56/98] gnu: Add php-cache-integration-tests., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 62/98] gnu: Add php-symfony-error-handler., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 64/98] gnu: Add php-symfony-event-dispatcher-contracts., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 66/98] gnu: Add php-symfony-filesystem., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 63/98] gnu: Add php-symfony-event-dispatcher., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 68/98] gnu: Add php-symfony-http-foundation., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 59/98] gnu: Add php-symfony-console., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 55/98] gnu: Add php-symfony-cache., Nicolas Graves, 2024/10/07
- [bug#67902] [PATCH v4 58/98] gnu: Add php-symfony-config., Nicolas Graves, 2024/10/07