{"id":21676921,"url":"https://github.com/uwplse/coq-plugin-lib","last_synced_at":"2025-04-12T04:55:22.928Z","repository":{"id":47029220,"uuid":"198477661","full_name":"uwplse/coq-plugin-lib","owner":"uwplse","description":"Library of useful utility functions for Coq plugins","archived":false,"fork":false,"pushed_at":"2024-07-17T09:28:43.000Z","size":621,"stargazers_count":13,"open_issues_count":15,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T04:55:12.501Z","etag":null,"topics":["coq","coq-library","coq-plugin","library","pumpkin-patch"],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/uwplse.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}},"created_at":"2019-07-23T17:25:29.000Z","updated_at":"2024-10-28T11:44:21.000Z","dependencies_parsed_at":"2023-01-20T23:02:51.408Z","dependency_job_id":null,"html_url":"https://github.com/uwplse/coq-plugin-lib","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/uwplse%2Fcoq-plugin-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwplse%2Fcoq-plugin-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwplse%2Fcoq-plugin-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uwplse%2Fcoq-plugin-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uwplse","download_url":"https://codeload.github.com/uwplse/coq-plugin-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519472,"owners_count":21117757,"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","coq-library","coq-plugin","library","pumpkin-patch"],"created_at":"2024-11-25T14:16:51.805Z","updated_at":"2025-04-12T04:55:22.907Z","avatar_url":"https://github.com/uwplse.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a library of useful utility functions for Coq plugins. These functions originally come from [PUMPKIN PATCH](https://github.com/uwplse/PUMPKIN-PATCH) and [DEVOID](https://github.com/uwplse/ornamental-search), but may be useful for plugin development more broadly.\n\nTo build this library with a test plugin, run:\n\n```\n./build.sh\n```\n\nSee [PUMPKIN PATCH](https://github.com/uwplse/PUMPKIN-PATCH) and [DEVOID](https://github.com/uwplse/ornamental-search) for examples of loading it as a submodule.\n\n## Guide\n\n* [LICENSE](/LICENSE): License\n* [README.md](/README.md): You are here!\n* [build.sh](/build.sh): Build script for example plugin\n* [theories](/theories): Example plugin that loads the library\n* [src](/src): Main source directory\n  - [plib.mlpack](/src/plib.mlpack)\n  - [plibrary.ml4](/src/plibrary.ml4): Top-level file\n  - [utilities](/src/utilities): General OCaml utilities\n  - [coq](/src/coq): Coq utilities\n    - [constants](/src/coq/constants): Useful Coq constants, like sigma types and equality\n    - [devutils](/src/coq/devutils): Utilities for development, like printing terms with deBruijn indices\n    - [logicutils](/src/coq/logicutils): Utilities for the core logic of Coq\n      - [contexts](/src/coq/logicutils/contexts): Contexts, environments, and state for unification\n      - [hofs](/src/coq/logicutils/hofs): Useful higher-order functions, like flexible reduction and substistution functions\n      - [inductive](/src/coq/logicutils/inductive): Inductive types\n      - [transformation](/src/coq/logicutils/transformation): Transforming types and terms\n      - [typesandequality](/src/coq/logicutils/typesandequality): Type checking \u0026 inference, unification, convertibility, and so on\n    - [representationutils](/src/coq/representationutils): Definitions, names, and dealing with different representations of terms\n    - [termutils](/src/coq/termutils): Utilities for constructing and reasoning about certain kinds of terms, like constants and functions\n      \n## Contributors\n\nThis library was developed by Talia Ringer, Nate Yazdani, and RanDair Porter.\n\n## Licensing\n\nWe use the MIT license because we think Coq plugins have a right not to use GPL.\nIf this is wrong, please let us know kindly so we can fix this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuwplse%2Fcoq-plugin-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuwplse%2Fcoq-plugin-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuwplse%2Fcoq-plugin-lib/lists"}