{"id":19414805,"url":"https://github.com/hughbe/compoundfilereader","last_synced_at":"2026-05-13T08:34:56.564Z","repository":{"id":83950120,"uuid":"282874422","full_name":"hughbe/CompoundFileReader","owner":"hughbe","description":"Swift package to read compound file (Structured Storage File) content documented in [MS-CFB]","archived":false,"fork":false,"pushed_at":"2020-12-16T14:54:49.000Z","size":4093,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T16:13:01.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/hughbe.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-07-27T11:15:11.000Z","updated_at":"2022-04-26T05:32:41.000Z","dependencies_parsed_at":"2023-03-05T21:45:26.570Z","dependency_job_id":null,"html_url":"https://github.com/hughbe/CompoundFileReader","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughbe%2FCompoundFileReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughbe%2FCompoundFileReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughbe%2FCompoundFileReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hughbe%2FCompoundFileReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hughbe","download_url":"https://codeload.github.com/hughbe/CompoundFileReader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593183,"owners_count":19825939,"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":[],"created_at":"2024-11-10T12:39:49.452Z","updated_at":"2026-05-13T08:34:56.560Z","avatar_url":"https://github.com/hughbe.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CompoundFileReader\n\nSwift package to read compound file (Structured Storage File) content documented in [MS-CFB](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/).\n\n## Example Usage\n\nAdd the following line to your project's SwiftPM dependencies:\n```swift\n.package(url: \"https://github.com/hughbe/CompoundFileReader\", from: \"1.0.0\"),\n```\n\n```swift\nimport CompoundFileReader\n\nlet data = Data(contentsOfFile: \"\u003cpath-to-file\u003e\")!\nlet file = try CompoundFile(data: data)\nprint(file.rootStorage)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughbe%2Fcompoundfilereader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhughbe%2Fcompoundfilereader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhughbe%2Fcompoundfilereader/lists"}