This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other. For JSON, See to http://www.JSON.org/. JSON-RPC http://json-rpc.org/
This commit is contained in:
parent
303af50ed2
commit
f6446508df
4 changed files with 26 additions and 0 deletions
5
p5-JSON/DESCR
Normal file
5
p5-JSON/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module converts between JSON (JavaScript Object Notation) and Perl
|
||||
data structure into each other.
|
||||
For JSON, See to http://www.JSON.org/.
|
||||
|
||||
JSON-RPC http://json-rpc.org/
|
15
p5-JSON/Makefile
Normal file
15
p5-JSON/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/02/15 09:12:04 obache Exp $
|
||||
|
||||
DISTNAME= JSON-1.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5 converters
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
||||
MAINTAINER= obata@lins.jp
|
||||
HOMEPAGE= http://search.cpan.org/dist/JSON/
|
||||
COMMENT= Perl module converts between JSON and Perl data structure
|
||||
|
||||
PERL5_PACKLIST= auto/JSON/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-JSON/PLIST
Normal file
1
p5-JSON/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/15 09:12:04 obache Exp $
|
5
p5-JSON/distinfo
Normal file
5
p5-JSON/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/02/15 09:12:04 obache Exp $
|
||||
|
||||
SHA1 (JSON-1.03.tar.gz) = d156f6ae14d897018ca636f1ce1f2cf92fac0cc2
|
||||
RMD160 (JSON-1.03.tar.gz) = eef8817c1fce5c7dde83940338453c6ed9dc39bd
|
||||
Size (JSON-1.03.tar.gz) = 23747 bytes
|
Loading…
Reference in a new issue