diff options
-rw-r--r-- | Master/tlpkg/doc/JSON-formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/JSON-formats.txt b/Master/tlpkg/doc/JSON-formats.txt index 6f8a8bf8967..890a2310330 100644 --- a/Master/tlpkg/doc/JSON-formats.txt +++ b/Master/tlpkg/doc/JSON-formats.txt @@ -34,7 +34,7 @@ exception (docfiles and docfiledata are merged). Details: Example: { "x86_64-linux": [ "binfile1", "binfile2", ... ], "win32": [ "binfile3" ] } - binsize: keys are architecture names, values are numbers Example: { "x86_64-linux": 1233, "win32": 333 } - - cataloguedata: keys are topics, version, license, ctan, date, values are all strings + - cataloguedata: keys are topics, version, license, ctan, date, related (all strings) Example: { "topics": "graphic", "version": "1.23" } |