{"id":22898518,"url":"https://github.com/jhonnold/mpq","last_synced_at":"2025-09-08T16:46:15.475Z","repository":{"id":104126899,"uuid":"276220774","full_name":"jhonnold/mpq","owner":"jhonnold","description":"Kotlin/Java library to parse MPQ archive files","archived":false,"fork":false,"pushed_at":"2020-07-26T13:36:45.000Z","size":1090,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T01:52:42.908Z","etag":null,"topics":["blizzard","kotlin","mpq","starcraft2"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/jhonnold.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-30T22:21:29.000Z","updated_at":"2020-08-02T20:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"141951e1-c973-4325-b1a8-85318ec94ed4","html_url":"https://github.com/jhonnold/mpq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jhonnold/mpq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fmpq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fmpq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fmpq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fmpq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhonnold","download_url":"https://codeload.github.com/jhonnold/mpq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhonnold%2Fmpq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265201460,"owners_count":23726991,"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":["blizzard","kotlin","mpq","starcraft2"],"created_at":"2024-12-14T00:32:41.329Z","updated_at":"2025-07-13T20:38:06.325Z","avatar_url":"https://github.com/jhonnold.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n\u003c!--\n*** I'm using markdown \"reference style\" links for readability.\n*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).\n*** See the bottom of this document for the declaration of the reference variables\n*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.\n*** https://www.markdownguide.org/basic-syntax/#reference-style-links\n--\u003e\n[![Contributors][contributors-shield]][contributors-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eMPQ Archive Parser\u003c/h3\u003e\n  \u003cp align=\"center\"\u003e\n    Kotlin/Java library to parse MPQ archives used by \u003ca href=\"https://www.blizzard.com\"\u003eBlizzard\u003c/a\u003e games.\n    Written mostly for Starcraft II replay files.\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [Getting Started](#getting-started)\n  * [Gradle](#gradle)\n  * [Maven](#maven)\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n* [Acknowledgements](#acknowledgements)\n\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n\nFollow the steps below to use this within project.\n\n#### Gradle\n```gradle\nimplementation group: 'me.honnold', name: 'mpq', version: ...\n```\n\n#### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eme.honnold\u003c/groupId\u003e\n    \u003cartifactId\u003empq\u003c/artifactId\u003e\n    \u003cversion\u003e...\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nImport the base `Archive` class and supply a path to the MPQ file.\n\n```java\nimport me.honnold.mpq.Archive;\n\npublic class Example {\n    public static void main(String[] args) {\n        Archive archive = new Archive(/* Path to file */);\n       \n        // ...\n    }\n}\n```\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. \nAny contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nJay Honnold\n\nProject Link: [https://github.com/jhonnold/mpq](https://github.com/jhonnold/mpq)\n\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n## Acknowledgements\n* [mpyq](https://github.com/eagleflo/mpyq)\n* [Scelight](https://github.com/icza/scelight)\n* [MPQ Archives](http://www.zezula.net/en/mpq/main.html)\n\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/jhonnold/mpq?style=flat-square\n[contributors-url]: https://github.com/jhonnold/mpq/graphs/contributors\n[issues-shield]: https://img.shields.io/github/issues/jhonnold/mpq.svg?style=flat-square\n[issues-url]: https://github.com/jhonnold/mpq/issues\n[license-shield]: https://img.shields.io/github/license/jhonnold/mpq.svg?style=flat-square\n[license-url]: https://github.com/jhonnold/mpq/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonnold%2Fmpq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhonnold%2Fmpq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhonnold%2Fmpq/lists"}