{"id":26070245,"url":"https://github.com/unimath/unimath-jscoq","last_synced_at":"2026-02-03T16:36:37.107Z","repository":{"id":186436810,"uuid":"627288888","full_name":"UniMath/UniMath-jsCoq","owner":"UniMath","description":"UniMath in jsCoq","archived":false,"fork":false,"pushed_at":"2023-11-09T07:34:16.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-08T23:07:40.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UniMath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-13T06:53:32.000Z","updated_at":"2025-03-04T05:10:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"236d7f2f-188b-43fe-9c0a-9cf636168897","html_url":"https://github.com/UniMath/UniMath-jsCoq","commit_stats":null,"previous_names":["unimath/unimath-jscoq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UniMath/UniMath-jsCoq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniMath%2FUniMath-jsCoq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniMath%2FUniMath-jsCoq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniMath%2FUniMath-jsCoq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniMath%2FUniMath-jsCoq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UniMath","download_url":"https://codeload.github.com/UniMath/UniMath-jsCoq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UniMath%2FUniMath-jsCoq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262547062,"owners_count":23327095,"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":[],"created_at":"2025-03-08T23:07:42.844Z","updated_at":"2026-02-03T16:36:32.071Z","avatar_url":"https://github.com/UniMath.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contains the files necessary for building the UniMath plugin for jsCoq\n\n## Installation\nTested on Ubuntu 22.04.3. Did not work out of the box, so improvements are still necessary.\n\n### Getting the prerequisites\n```sh\n# Install applications\nsudo apt update\nsudo apt install git make docker.io opam\n# The newest version of nodejs is not available via apt, so we need to install it via snap\nsnap install node --classic\n# Dune is available via the opam package manager\nopam init\nopam install dune coq # Not sure whether coq is necessary\n\n# Make sure that docker has the right permissions. See for example https://phoenixnap.com/kb/docker-permission-denied\nsudo groupadd -f docker\nsudo usermod -aG docker $USER\nnewgrp docker\n\n# Build the plugin itself\ngit clone https://github.com/UniMath/UniMath-jsCoq.git\ncd UniMath-jsCoq\nmake setup\nmake\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funimath%2Funimath-jscoq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funimath%2Funimath-jscoq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funimath%2Funimath-jscoq/lists"}