{"id":15168700,"url":"https://github.com/verse-lab/arboreta","last_synced_at":"2026-01-23T16:36:47.866Z","repository":{"id":212131890,"uuid":"722469262","full_name":"verse-lab/arboreta","owner":"verse-lab","description":"Mechanised Reasoning about Array-Based Trees in Separation Logic","archived":false,"fork":false,"pushed_at":"2024-01-06T10:14:20.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T05:44:29.821Z","etag":null,"topics":["coq","data-race-detection","formal-verification","generic-tree","logical-clock","rosetree","separation-logic","vector-clock"],"latest_commit_sha":null,"homepage":"","language":"Coq","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verse-lab.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":"2023-11-23T08:09:47.000Z","updated_at":"2024-01-06T10:10:25.000Z","dependencies_parsed_at":"2023-12-30T15:27:28.766Z","dependency_job_id":"b1fc984b-9135-48ad-b3ef-f0130d79ca68","html_url":"https://github.com/verse-lab/arboreta","commit_stats":{"total_commits":142,"total_committers":3,"mean_commits":"47.333333333333336","dds":0.147887323943662,"last_synced_commit":"2ec744232e90d741ec0156cb4d3a4ba932001bea"},"previous_names":["verse-lab/arboreta"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/verse-lab/arboreta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verse-lab%2Farboreta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verse-lab%2Farboreta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verse-lab%2Farboreta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verse-lab%2Farboreta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verse-lab","download_url":"https://codeload.github.com/verse-lab/arboreta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verse-lab%2Farboreta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695597,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","data-race-detection","formal-verification","generic-tree","logical-clock","rosetree","separation-logic","vector-clock"],"created_at":"2024-09-27T06:40:47.030Z","updated_at":"2026-01-23T16:36:47.847Z","avatar_url":"https://github.com/verse-lab.png","language":"Coq","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌲 Arboreta 🌲\n\nA small library for facilitating proofs about rooted labeled trees (or rose trees/generic trees) in Coq, and helping verifying C code that involves the use of array-based trees with VST (still, in Coq). \n\n## Building Requirements\n\nCoq:\n- 8.16.1\n\nRequired Coq package(s) for compiling the files inside `utils/` and `clocks/`:\n- `stdpp` 1.8.0\n\nRequired Coq package(s) for compiling the files inside `vst/`:\n- VST 2.11.1\n- CompCert 3.11\n\nThe requirements above might be satisfied by installing [this version of Coq platform](https://github.com/coq/platform/blob/main/doc/README~8.16~2022.09.md). \n\n## Directory Organization\n\n- `clocks`: Coq formalization of tree clock and degenerated tree clock (with no attached clock information). \n- `utils`: Coq utility files. \n- `extraction`: Originally for testing the Coq implementation via extraction; now for testing various things. Check [`extraction/README.md`](extraction/README.md) for details. \n- `vst`: VST verification of tree clock (in C). \n- `race-detector`: The data race detectors used in evaluation. \n\nThe pure part of the library (including **Arboreta-P** and the loop invariant template for non-recursive traversals) is in the monolithic file `utils/rosetree.v`. For the separation logic related part, it is in `vst/verif_treeclock.v`. Currently we have only instantiated the separation logic related part for tree clock; we will later decouple it from tree clock and make it reusable for different tree data structures. \n\n## Building Instructions\n\n```shell\nbash clightgen.sh   # only if you are going to compile the files inside `vst/`\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverse-lab%2Farboreta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverse-lab%2Farboreta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverse-lab%2Farboreta/lists"}