Index: third_party/JSON/README.chromium |
diff --git a/third_party/JSON/README.chromium b/third_party/JSON/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2f7bf23084875b125ee33fd418ba701c0de5256f |
--- /dev/null |
+++ b/third_party/JSON/README.chromium |
@@ -0,0 +1,20 @@ |
+Name: JSON - JSON (JavaScript Object Notation) encoder/decoder |
+Short Name: JSON.pm |
+URL: http://search.cpan.org/~makamaka/JSON-2.58/lib/JSON.pm |
+Version: 2.58 |
+License: GPL v1 or later / Artistic License |
+License File: NOT_SHIPPED |
+Security Critical: no |
+ |
+Description: |
+This directory contains JSON.pm, used by Perl scripts at build time |
+to read and write data in the JSON format. |
+JSON.pm is included in Perl 5.14+ as a core module, but not in earlier |
+versions, hence needed as separate module. |
+ |
+Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.58.tar.gz |
+SHA-1: d278466392e544385029dcf61267a019a36535e7 |
+ |
+Local modifications: |
+Contains both source and built module, together with a script to download |
+archive, check SHA-1 hash, then (if ok) unarchive and build it. |