[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67902] [PATCH v3 93/96] gnu: Add php-theseer-tokenizer.
From: |
Nicolas Graves |
Subject: |
[bug#67902] [PATCH v3 93/96] gnu: Add php-theseer-tokenizer. |
Date: |
Mon, 7 Oct 2024 02:00:28 +0200 |
* gnu/packages/php-xyz.scm (php-theseer-tokenizer): New variable.
Change-Id: Ie1a5c3e5161bea664d3999de65e981aa978162b2
---
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 f09d05da59..6f10eb976e 100644
--- a/gnu/packages/php-xyz.scm
+++ b/gnu/packages/php-xyz.scm
@@ -2506,3 +2506,25 @@ (define-public php-doctrine-dbal
(home-page "https://www.doctrine-project.org/projects/dbal")
(license license:expat)))
+(define-public php-theseer-tokenizer
+ (package
+ (name "php-theseer-tokenizer")
+ (version "1.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/theseer/tokenizer")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "071bbsxd05rvl41shv7zn86d4f55cd7cjisk9gf0chxk0542sad7"))))
+ (build-system composer-build-system)
+ (native-inputs
+ (list php-phpunit-phpunit))
+ (synopsis "Convert PHP to XML")
+ (description "This package provides a small library for converting
tokenized
+PHP source code into XML and potentially other formats.")
+ (home-page "https://github.com/theseer/tokenizer")
+ (license license:bsd-3)))
+
--
2.46.0
- [bug#67902] [PATCH v3 87/96] gnu: Add php-symfony-var-dumper., (continued)
- [bug#67902] [PATCH v3 87/96] gnu: Add php-symfony-var-dumper., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 74/96] gnu: Add php-symfony-process., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 83/96] gnu: Add php-symfony-stopwatch., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 76/96] gnu: Add php-symfony-polyfill-ctype., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 80/96] gnu: Add php-symfony-polyfill-mbstring., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 86/96] gnu: Add php-symfony-uid., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 90/96] gnu: Add php-doctrine-cache., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 95/96] gnu: Add php-webmozart-assert., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 92/96] gnu: Add php-doctrine-dbal., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 91/96] gnu: Add php-doctrine-annotations., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 93/96] gnu: Add php-theseer-tokenizer.,
Nicolas Graves <=
- [bug#67902] [PATCH v3 94/96] gnu: Add php-twig-twig., Nicolas Graves, 2024/10/06
- [bug#67902] [PATCH v3 96/96] gnu: Add php-phpunit-phpunit., Nicolas Graves, 2024/10/06