[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_JSON_TINY
bool "perl-json-tiny"
help
Minimalistic JSON. No dependencies.
https://metacpan.org/release/JSON-Tiny

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 aa006882222e17a94295b3a655aab91b JSON-Tiny-0.58.tar.gz
sha256 ad42e9137f5148df7fdb22aa52186b306032977bcd70d49f44a288070e4f0f23 JSON-Tiny-0.58.tar.gz
# computed by scancpan
sha256 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-json-tiny
#
################################################################################
PERL_JSON_TINY_VERSION = 0.58
PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz
PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO
PERL_JSON_TINY_LICENSE = Artistic-2.0
PERL_JSON_TINY_LICENSE_FILES = LICENSE
PERL_JSON_TINY_DISTNAME = JSON-Tiny
$(eval $(perl-package))