{"id":16315610,"url":"https://github.com/andreasabel/miniagda","last_synced_at":"2025-03-16T14:30:54.032Z","repository":{"id":14515534,"uuid":"76663580","full_name":"andreasabel/miniagda","owner":"andreasabel","description":"A prototypical dependently typed languages with sized types and variances","archived":false,"fork":false,"pushed_at":"2022-11-21T11:29:14.000Z","size":1363,"stargazers_count":107,"open_issues_count":1,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T10:35:07.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/andreasabel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2016-12-16T15:22:00.000Z","updated_at":"2025-02-16T19:46:02.000Z","dependencies_parsed_at":"2023-01-11T18:50:06.097Z","dependency_job_id":null,"html_url":"https://github.com/andreasabel/miniagda","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasabel%2Fminiagda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasabel%2Fminiagda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasabel%2Fminiagda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasabel%2Fminiagda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasabel","download_url":"https://codeload.github.com/andreasabel/miniagda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243882248,"owners_count":20363110,"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":"2024-10-10T21:57:59.813Z","updated_at":"2025-03-16T14:30:53.069Z","avatar_url":"https://github.com/andreasabel.png","language":"Haskell","readme":"# MiniAgda\n\n[![Cabal build][ci-badge]][ci-action]\n[![Hackage][hackage-badge]][hackage]\n\n [ci-action]:     \u003chttps://github.com/andreasabel/MiniAgda/actions\u003e\n [ci-badge]:      \u003chttps://github.com/andreasabel/MiniAgda/workflows/Haskell-CI/badge.svg\u003e\n [hackage]:       \u003chttps://hackage.haskell.org/package/MiniAgda\u003e\n [hackage-badge]: \u003chttps://img.shields.io/hackage/v/MiniAgda.svg?color=informational\u003e\n\nA prototypical dependently typed languages with sized types and variances.\n\n## Installation from Hackage\n\nRequires `ghc` and `cabal`, for instance via the Haskell Platform or via `ghcup`.\nIn a shell, type\n```\n  cabal update\n  cabal install MiniAgda\n```\n\n## Installation from Stackage\n\nMiniAgda is not on Stackage because it depends on a specific version of `haskell-src-exts` rather than the latest version.\nYou can install with `stack` from source though, see next section.\n\n## Installation from source\n\n1. Obtain the sources.\n   ```\n   git clone https://github.com/andreasabel/miniagda\n   cd miniagda\n   ```\n\n2. Checkout the desired version (optional):\n   If you want to build a released version or a branch rather than the latest `master`, switch to this version/branch.\n   ```\n   git checkout $REF\n   ```\n   E.g. `REF = v0.2022.3.11` for version `0.2022.3.11` or `REF = unfold` for branch `unfold`.\n\n3. Building and running the tests (optional).\n\n   - With `cabal` (requires `ghc` in your PATH):\n     ```\n     cabal build --enable-tests\n     cabal test\n     ```\n     After building, you can run MiniAgda locally, e.g.:\n     ```\n     cabal run miniagda -- examples/Gcd/gcd.ma\n     ```\n\n   - With `stack`:\n     ```\n     stack build --stack-yaml=stack-$GHCVER.yaml\n     stack test  --stack-yaml=stack-$GHCVER.yaml\n     ```\n     At the time of writing (2022-05-14), `GHCVER` can be any of `8.8.4`, `8.10.7`, `9.0.2`, or `9.2.2`.\n\n     After building, you can run MiniAgda locally, e.g.:\n     ```\n     stack run --stack-yaml=stack-9.2.2.yaml -- examples/Gcd/gcd.ma\n     ```\n     You can copy `stack-$GHCVER.yaml` for your choice of `GHCVER` into `stack.yaml` and drop the `--stack-yaml` argument from `stack` invocation.\n\n\n4. Install.\n   - With `cabal` (requires `ghc` in your PATH):\n     ```\n     cabal install\n     ```\n   - With `stack`:\n     ```\n     stack install --stack-yaml=stack-$GHCVER.yaml\n     ```\n     At the time of writing (2022-05-14), `GHCVER` can be any of `8.8.4`, `8.10.7`, `9.0.2`, or `9.2.2`.\n\n   Note that the respective installation directory should be on your PATH.\n\n## Examples\n\nSee directories ``test/succeed/`` and ``examples/``.\n\nSome examples are commented on the (dormant) [MiniAgda blog](http://www.cse.chalmers.se/~abela/miniagda/index.html).\n","funding_links":[],"categories":["Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasabel%2Fminiagda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasabel%2Fminiagda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasabel%2Fminiagda/lists"}