{"id":27214590,"url":"https://github.com/rocq-community/parseque","last_synced_at":"2026-03-16T20:38:27.574Z","repository":{"id":146560031,"uuid":"109974069","full_name":"rocq-community/parseque","owner":"rocq-community","description":"Total Parser Combinators in Coq [maintainer=@womeier]","archived":false,"fork":false,"pushed_at":"2025-06-27T10:26:40.000Z","size":84,"stargazers_count":45,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-13T15:11:42.518Z","etag":null,"topics":["coq","parser-combinators"],"latest_commit_sha":null,"homepage":"","language":"Rocq Prover","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/rocq-community.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,"zenodo":null}},"created_at":"2017-11-08T12:37:45.000Z","updated_at":"2025-07-02T17:59:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2745fb0a-9eff-4e1b-80ca-67a0c4615bc5","html_url":"https://github.com/rocq-community/parseque","commit_stats":null,"previous_names":["coq-community/parseque","rocq-community/parseque","gallais/parseque"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rocq-community/parseque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocq-community%2Fparseque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocq-community%2Fparseque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocq-community%2Fparseque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocq-community%2Fparseque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocq-community","download_url":"https://codeload.github.com/rocq-community/parseque/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocq-community%2Fparseque/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30368583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["coq","parser-combinators"],"created_at":"2025-04-10T03:24:29.772Z","updated_at":"2026-03-11T03:02:55.762Z","avatar_url":"https://github.com/rocq-community.png","language":"Rocq Prover","readme":"\u003c!---\nThis file was generated from `meta.yml`, please do not edit manually.\nFollow the instructions on https://github.com/coq-community/templates to regenerate.\n---\u003e\n# Parseque\n\n[![Docker CI][docker-action-shield]][docker-action-link]\n[![Contributing][contributing-shield]][contributing-link]\n[![Code of Conduct][conduct-shield]][conduct-link]\n[![Zulip][zulip-shield]][zulip-link]\n\n[docker-action-shield]: https://github.com/rocq-community/parseque/actions/workflows/docker-action.yml/badge.svg?branch=master\n[docker-action-link]: https://github.com/rocq-community/parseque/actions/workflows/docker-action.yml\n\n[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg\n[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md\n\n[conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg\n[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md\n\n[zulip-shield]: https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg\n[zulip-link]: https://coq.zulipchat.com/#narrow/stream/237663-coq-community-devs.20.26.20users\n\n\n\nPort of the agdarsec total parser combinator library to Rocq/Coq.\n\n## Meta\n\n- Author(s):\n  - G. Allais (initial)\n- Rocq-community maintainer(s):\n  - Wolfgang Meier ([**@womeier**](https://github.com/womeier))\n- License: [MIT License](LICENSE)\n- Compatible Rocq/Coq versions: 9.0 or later (for older versions see opam/nix)\n- Additional dependencies: none\n- Rocq/Coq namespace: `parseque`\n- Related publication(s):\n  - [agdarsec - Total Parser Combinators](https://gallais.github.io/pdf/agdarsec18.pdf) \n\n## Building and installation instructions\n\nThe easiest way to install the latest released version of Parseque\nis via [OPAM](https://opam.ocaml.org/doc/Install.html):\n\n```shell\nopam repo add coq-released https://coq.inria.fr/opam/released\nopam install rocq-parseque\n```\n\nTo instead build and install manually, do:\n\n``` shell\ngit clone https://github.com/rocq-community/parseque.git\ncd parseque\nmake   # or make -j \u003cnumber-of-cores-on-your-machine\u003e \nmake install\n```\n\n\n## Documentation\n\nThis Rocq/Coq library is a port of the [agdarsec](https://github.com/gallais/agdarsec)\nlibrary for Agda. The core design of agdarsec is described in\n[this paper](https://gallais.github.io/pdf/agdarsec18.pdf), while\n[this blog post](https://gallais.github.io/blog/instrumenting-agdarsec)\ndescribes instrumentation.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocq-community%2Fparseque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocq-community%2Fparseque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocq-community%2Fparseque/lists"}