{"id":14966236,"url":"https://github.com/au-cobra/coq-rust-extraction","last_synced_at":"2025-10-25T16:30:42.103Z","repository":{"id":114946371,"uuid":"547576544","full_name":"AU-COBRA/coq-rust-extraction","owner":"AU-COBRA","description":"Coq plugin for extracting Rust code","archived":false,"fork":false,"pushed_at":"2025-01-28T21:15:56.000Z","size":242,"stargazers_count":10,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T21:27:50.725Z","etag":null,"topics":["coq","extraction","rust"],"latest_commit_sha":null,"homepage":"","language":"Coq","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/AU-COBRA.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-07T23:24:15.000Z","updated_at":"2025-01-28T19:15:19.000Z","dependencies_parsed_at":"2023-10-16T23:22:42.815Z","dependency_job_id":"db0f2bc3-56d1-43f9-a7ee-75b4ba04c5e9","html_url":"https://github.com/AU-COBRA/coq-rust-extraction","commit_stats":{"total_commits":83,"total_committers":7,"mean_commits":"11.857142857142858","dds":"0.49397590361445787","last_synced_commit":"7858054dd0faf296a02c607b65ee286f9a0b7392"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AU-COBRA%2Fcoq-rust-extraction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AU-COBRA%2Fcoq-rust-extraction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AU-COBRA%2Fcoq-rust-extraction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AU-COBRA%2Fcoq-rust-extraction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AU-COBRA","download_url":"https://codeload.github.com/AU-COBRA/coq-rust-extraction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238174113,"owners_count":19428627,"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":["coq","extraction","rust"],"created_at":"2024-09-24T13:36:03.475Z","updated_at":"2025-10-25T16:30:42.094Z","avatar_url":"https://github.com/AU-COBRA.png","language":"Coq","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coq Rust Extraction\n[![Build](https://github.com/AU-COBRA/coq-rust-extraction/actions/workflows/build.yml/badge.svg)](https://github.com/AU-COBRA/coq-rust-extraction/actions/workflows/build.yml)\n[![GitHub](https://img.shields.io/github/license/AU-COBRA/coq-rust-extraction)](https://github.com/AU-COBRA/coq-rust-extraction/blob/master/LICENSE)\n[![Documentation](https://img.shields.io/github/deployments/au-cobra/coq-rust-extraction/github-pages?label=docs)](https://au-cobra.github.io/coq-rust-extraction/)\n\n\nA framework for extracting Coq programs to Rust.\n\n## Meta\n\n- Author(s):\n  - Danil Annenkov (initial)\n  - Mikkel Milo (initial)\n  - Jakob Botsch Nielsen (initial)\n  - Bas Spitters (initial)\n  - Eske Hoy Nielsen\n- License: [MIT](LICENSE)\n- Compatible Coq versions: 8.20 or later\n- Additional dependencies: MetaCoq\n- Coq namespace: `RustExtraction`\n- Related publication(s):\n  - [Extracting functional programs from Coq, in Coq](https://arxiv.org/abs/2108.02995) doi:[10.1017/S0956796822000077](https://doi.org/10.1017/S0956796822000077)\n  - [\"Extending MetaCoq Erasure: Extraction to Rust and Elm\"](https://dannenkov.me/papers/extraction-rust-elm-coq-workshop2021.pdf)\n  - [\"Extracting Smart Contracts Tested and Verified in Coq\"](https://arxiv.org/abs/2012.09138) doi:[10.1145/3437992.3439934](https://doi.org/10.1145/3437992.3439934)\n\n## Building and installation instructions\n\nThe easiest way to install the latest released version is 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 coq-rust-extraction\n```\n\nTo instead build and install manually, do:\n\n```shell\nopam repo add coq-released https://coq.inria.fr/opam/released\ngit clone https://github.com/AU-COBRA/coq-rust-extraction.git\ncd coq-rust-extraction\nopam install . --deps-only\nmake #or make -j \u003cnumber-of-cores-on-your-machine\u003e\nmake install\n```\n\n## Documentation\n\nFor documentation see [examples](/tests/theories/) and [generated CoqDoc](https://au-cobra.github.io/coq-rust-extraction/).\n\nAdditional examples can be found in [ConCert](https://github.com/AU-COBRA/ConCert).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fau-cobra%2Fcoq-rust-extraction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fau-cobra%2Fcoq-rust-extraction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fau-cobra%2Fcoq-rust-extraction/lists"}