diff options
author | Norbert Preining <preining@logic.at> | 2017-10-27 06:39:22 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-10-27 06:39:22 +0000 |
commit | eb8f88910444e1f60c65824446bbdbb5ad05c67e (patch) | |
tree | 5ba7a8c102ac77530fbb8a142f0140b8fed5c022 /Master/tlpkg/doc | |
parent | 0bd7e97c405a4efd80b8e304486b4d35825c277c (diff) |
update JSON format def
git-svn-id: svn://tug.org/texlive/trunk@45621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-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" } |