File: doap.pret

package info (click to toggle)
libjson-path-perl 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: perl: 891; javascript: 62; sh: 3; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file contains general metadata about the project.

@prefix : <http://usefulinc.com/ns/doap#>.

`JSON-Path`
	:programming-language "Perl" ;
	:shortdesc            "search nested hashref/arrayref structures using JSONPath";
	:homepage             <https://metacpan.org/release/JSON-Path>;
	:download-page        <https://metacpan.org/release/JSON-Path>;
	:bug-database         <http://rt.cpan.org/Dist/Display.html?Queue=JSON-Path>;
	:repository           [ a :GitRepository; :browse <https://github.com/tobyink/p5-json-path> ];
	:created              2010-07-28;
	:license              <http://www.opensource.org/licenses/mit-license.php>;
	:maintainer           cpan:TOBYINK;
	:developer            cpan:TOBYINK.

<http://dev.perl.org/licenses/>
	dc:title  "the same terms as the perl 5 programming language system itself".

cpan:TOBYINK
	foaf:name  "Toby Inkster";
	foaf:mbox  <mailto:tobyink@cpan.org>.