{"id":18250040,"url":"https://github.com/void-linux/plist2json","last_synced_at":"2025-10-19T01:58:14.922Z","repository":{"id":96095078,"uuid":"546667127","full_name":"void-linux/plist2json","owner":"void-linux","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-06T13:07:14.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T15:58:56.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/void-linux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2022-10-06T12:58:29.000Z","updated_at":"2025-02-13T23:44:39.000Z","dependencies_parsed_at":"2023-03-13T16:38:06.303Z","dependency_job_id":null,"html_url":"https://github.com/void-linux/plist2json","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-linux%2Fplist2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-linux%2Fplist2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-linux%2Fplist2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/void-linux%2Fplist2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/void-linux","download_url":"https://codeload.github.com/void-linux/plist2json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247920681,"owners_count":21018440,"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-05T09:42:11.575Z","updated_at":"2025-10-19T01:58:09.887Z","avatar_url":"https://github.com/void-linux.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WTF\n\nplist2json converts NetBSD's portable property list files to\nthe JSON format in pretty (default) and compact mode.\n\n- [portableproplib](https://github.com/xtraeme/portableproplib)\n- [JSON](https://www.json.org/json-en.html)\n\n## Dependencies\n\n- A C99 compiler (clang, gcc, pcc, tcc)\n- [GNU make](https://www.gnu.org/software/make)\n- [portableproplib](https://github.com/xtraeme/portableproplib)\n\n## Building and installing\n\nAccepted arguments passed in to make(1):\n\n- CFLAGS (set to `-O2 -Wall -Werror -Wextra -g -pipe -std=c99`)\n- LDFLAGS (set to `-L$PREFIX/lib`)\n- PREFIX (set to `/usr/local`)\n- MANDIR  (set to `$PREFIX/share/man`)\n- STATIC (for static builds)\n\n```\n$ make PREFIX=~/plist2json install clean\n```\n\n## Examples\n\nConverting the xbps pkgdb plist file:\n\n```\n$ plist2json /var/db/xbps/pkgdb-0.38.plist\n```\n\nConverting the xbps repository index plist file, on the fly with `tar(1)` and `plist2json(1)`:\n\n```\n$ tar -xOf x86_64-musl-repodata index.plist|plist2json\n```\n\nUse JSON compact mode:\n\n```\n$ COMPACT_MODE=1 plist2json index.plist\n```\n\n## License\n\n[BSD-2-Clause LICENSE](COPYING)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-linux%2Fplist2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoid-linux%2Fplist2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-linux%2Fplist2json/lists"}