{"id":19750909,"url":"https://github.com/sheepla/go-pacsearch","last_synced_at":"2025-07-11T04:36:25.286Z","repository":{"id":104298581,"uuid":"530645787","full_name":"sheepla/go-pacsearch","owner":"sheepla","description":"🏔 A go package to search Arch Linux packages","archived":false,"fork":false,"pushed_at":"2022-09-25T08:33:06.000Z","size":12,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T00:51:09.802Z","etag":null,"topics":["archlinux","go","go-client","go-package","package-searcher","searcher"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sheepla.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":"2022-08-30T12:25:19.000Z","updated_at":"2022-09-25T08:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6d0a00b-a5c7-4f94-a5d0-78054d64eb58","html_url":"https://github.com/sheepla/go-pacsearch","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/sheepla%2Fgo-pacsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgo-pacsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgo-pacsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fgo-pacsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/go-pacsearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251684510,"owners_count":21627143,"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":["archlinux","go","go-client","go-package","package-searcher","searcher"],"created_at":"2024-11-12T02:40:43.087Z","updated_at":"2025-04-30T10:31:09.484Z","avatar_url":"https://github.com/sheepla.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# go-pacsearch\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n*WIP* A Go package for searching Arch Linux packages via [Official Repository Web Interface](https://wiki.archlinux.org/title/Official_repositories_web_interface)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n*This repository is still under development. Specifications subject to change without notice.*\n\n\u003c/div\u003e\n\n## Examples\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/sheepla/pacsearch\"\n)\n\nfunc main() {\n\tparam, err := pacsearch.NewParam(\"vim\")\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\n\tresults, err := pacsearch.Search(param)\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\n\tfor _, result := range results.Results {\n\t\t//nolint:forbidigo\n\t\tfmt.Printf(\n\t\t\t\"%s/%s v%s\\n%s\\n\\n\",\n\t\t\tresult.Repo,\n\t\t\tresult.Pkgname,\n\t\t\tresult.Pkgver,\n\t\t\tresult.Pkgdesc,\n\t\t)\n\t}\n}\n```\n\n```\ncommunity/firefox-tridactyl v1.22.1\nReplace Firefox's control mechanism with one modelled on Vim\n\ncommunity/grub-theme-vimix v20190605\nA blur theme for grub\n\nextra/gvim v9.0.0321\nVi Improved, a highly configurable, improved version of the vi text editor (with advanced features, such as a GUI)\n\ncommunity/neovide v0.10.1\n\n...\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fgo-pacsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Fgo-pacsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fgo-pacsearch/lists"}