{"id":19011285,"url":"https://github.com/kdkasad/nbt","last_synced_at":"2026-06-07T16:31:52.786Z","repository":{"id":183796366,"uuid":"443650627","full_name":"kdkasad/nbt","owner":"kdkasad","description":"Command-line parser for Minecraft's NBT data format","archived":false,"fork":false,"pushed_at":"2022-05-01T21:14:41.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T17:47:40.419Z","etag":null,"topics":["minecraft","nbt","nbt-parser"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdkasad.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}},"created_at":"2022-01-02T00:25:45.000Z","updated_at":"2022-05-02T04:34:58.000Z","dependencies_parsed_at":"2023-07-25T22:06:11.469Z","dependency_job_id":null,"html_url":"https://github.com/kdkasad/nbt","commit_stats":null,"previous_names":["kdkasad/nbt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kdkasad/nbt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdkasad%2Fnbt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdkasad%2Fnbt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdkasad%2Fnbt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdkasad%2Fnbt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdkasad","download_url":"https://codeload.github.com/kdkasad/nbt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdkasad%2Fnbt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34029790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["minecraft","nbt","nbt-parser"],"created_at":"2024-11-08T19:13:57.314Z","updated_at":"2026-06-07T16:31:52.769Z","avatar_url":"https://github.com/kdkasad.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nbt\nA command-line NBT (Named Binary Tag) parser\n\n## Description\n\nThis project is a command-line parser for Minecraft's [NBT\nformat](https://minecraft.fandom.com/wiki/NBT_format). It converts the binary\nsave data generated by Minecraft into human-readable text, called SNBT\n(Stringified NBT).\n\nThe parser is written in C99-compliant C with no external dependencies.\n\n## Building\n\nSimply run `make` to build the program. The resulting binary will be called\n`nbt`.\n\n### Optimization\n\nA build profile can be specified using the `BUILD` environment variable. The\navailable options are listed below. The value defaults to `release` if none is\nspecified.\n\n| Value     | Settings applied                                                |\n| ---       | ---                                                             |\n| `release` | Code is optimized for binary size and all symbols are stripped. |\n| `debug`   | Code is not optimized and debugging symbols are added.          |\n\nThe `BUILD` variable can be set as an environment variable or as an argument to `make`:\n\n```sh\n$ export BUILD=release\n$ make\n...\n\n# or\n\n$ make BUILD=release\n...\n```\n\n## Usage\n\nRun `nbt -h` to print usage information for the program.\n\nMinecraft saves its data in gzip-compressed NBT files. This program doesn't\ndecompress this data, so you must do that beforehand. You can use the following\npipeline on UNIX-like systems.\n\n```sh\n# Template\n$ gzip -dc \u003ccompressed NBT file\u003e | nbt [options]\n\n# Example\n$ gzip -dc level.dat | nbt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdkasad%2Fnbt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdkasad%2Fnbt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdkasad%2Fnbt/lists"}