{"id":15782817,"url":"https://github.com/marihachi/pathresolvablearchive","last_synced_at":"2026-05-08T04:39:08.894Z","repository":{"id":38046428,"uuid":"201648513","full_name":"marihachi/PathResolvableArchive","owner":"marihachi","description":"A parser and serializer for PathResolvableArchive(PRA) format","archived":false,"fork":false,"pushed_at":"2022-12-08T06:16:32.000Z","size":21,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T19:21:34.739Z","etag":null,"topics":["archive","container","dotnet","file","game","json","path"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marihachi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-10T15:29:59.000Z","updated_at":"2022-08-13T13:02:04.000Z","dependencies_parsed_at":"2023-01-24T18:17:42.061Z","dependency_job_id":null,"html_url":"https://github.com/marihachi/PathResolvableArchive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2FPathResolvableArchive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2FPathResolvableArchive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2FPathResolvableArchive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marihachi%2FPathResolvableArchive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marihachi","download_url":"https://codeload.github.com/marihachi/PathResolvableArchive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246500143,"owners_count":20787650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","container","dotnet","file","game","json","path"],"created_at":"2024-10-04T19:21:40.454Z","updated_at":"2026-05-08T04:39:03.844Z","avatar_url":"https://github.com/marihachi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PathResolvableArchive\nA parser and serializer for PathResolvableArchive(PRA) format\n\n## Specification\n\nThe format of PRA file is described in Table 1\n\n\u003ccenter\u003e\n\nOffset | Size      | Name                | Description\n-------|-----------|---------------------|-----------------------------------------------\n 0     | 3         | MagicNumber         | Identifier of file format\n 3     | 4         | MetaDataLength(MDL) | Length of the MetaData.\u003cbr /\u003e32bit unsigned integer, little-endian.\n 7     | MDL       | MetaData            | The MetaData is JSON format string.\u003cbr /\u003eThe MetaData have file infos that includes filepath info etc. .\n 7+MDL | until EOF | FileDataBlocks      | Buffer of the FileData arranged continuously.\n\n**Table 1 Structure of PRA file**\n\u003c/center\u003e\n\nThe format of the MetaData as follows:\n\n```json\n{\n\t\"version\": 1,\n\t\"files\": [\n\t\t{ \"path\": \"maps/map1.json\", \"offset\": \"0\", \"length\": \"80\" },\n\t\t{ \"path\": \"chars/char1.png\", \"offset\": \"80\", \"length\": \"160\" },\n\t\t{ \"path\": \"chars/char2.png\", \"offset\": \"240\", \"length\": \"140\" }\n\t]\n}\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fpathresolvablearchive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarihachi%2Fpathresolvablearchive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarihachi%2Fpathresolvablearchive/lists"}