{"id":19680834,"url":"https://github.com/codewars/coq","last_synced_at":"2026-03-19T11:03:42.298Z","repository":{"id":37036804,"uuid":"504320653","full_name":"codewars/coq","owner":"codewars","description":"Container image for Coq","archived":false,"fork":false,"pushed_at":"2022-08-11T07:00:42.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-21T21:39:43.430Z","etag":null,"topics":["code-runner-image","coder-runner"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/codewars.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":"2022-06-16T22:14:15.000Z","updated_at":"2022-08-22T22:07:42.000Z","dependencies_parsed_at":"2022-08-08T19:01:12.133Z","dependency_job_id":null,"html_url":"https://github.com/codewars/coq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codewars/coq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcoq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcoq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcoq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcoq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewars","download_url":"https://codeload.github.com/codewars/coq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewars%2Fcoq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29374016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["code-runner-image","coder-runner"],"created_at":"2024-11-11T18:06:15.143Z","updated_at":"2026-02-12T17:31:16.796Z","avatar_url":"https://github.com/codewars.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coq\n\nContainer image for Coq used by CodeRunner.\n\n## Usage\n\n```bash\nW=/workspace\n# Create container\nC=$(docker container create --rm -w $W ghcr.io/codewars/coq:latest sh -c \"coqc Solution.v \u0026\u0026 coqc -I /opt/coq_codewars/src -Q /opt/coq_codewars/theories CW SolutionTest.v\")\n\n# Copy files from the current directory\n# ./Solution.v\n# ./SolutionTest.v\ndocker container cp ./. $C:$W\n\n# Start\ndocker container start --attach $C\n```\n\n## Building\n\n```bash\ndocker build -t ghcr.io/codewars/coq:latest .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fcoq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewars%2Fcoq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewars%2Fcoq/lists"}