{"id":19512542,"url":"https://github.com/vmchale/ats-concurrency","last_synced_at":"2026-02-28T21:31:36.935Z","repository":{"id":128760360,"uuid":"118734361","full_name":"vmchale/ats-concurrency","owner":"vmchale","description":"Concurrency primitives for ATS","archived":false,"fork":false,"pushed_at":"2019-05-12T21:59:54.000Z","size":30,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T23:17:28.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ATS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmchale.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":"2018-01-24T08:14:56.000Z","updated_at":"2021-04-29T15:45:18.000Z","dependencies_parsed_at":"2023-04-17T12:46:17.976Z","dependency_job_id":null,"html_url":"https://github.com/vmchale/ats-concurrency","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/vmchale/ats-concurrency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Fats-concurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Fats-concurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Fats-concurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Fats-concurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmchale","download_url":"https://codeload.github.com/vmchale/ats-concurrency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmchale%2Fats-concurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29952249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-10T23:26:35.209Z","updated_at":"2026-02-28T21:31:36.906Z","avatar_url":"https://github.com/vmchale.png","language":"ATS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concurrency\n\nThis is basically taken from the example in the book, but configured to work\nwith [atspkg](http://hackage.haskell.org/package/ats-pkg). You can see\n[here](http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/x4387.html)\nfor details on how the ATS works.\n\nAt the moment, this library just provides support for channels.\n\n## Installation\n\nAdd the appropriate library to your dependencies:\n\n```dhall\nlet prelude = http://hackage.haskell.org/package/ats-pkg/src/dhall/atspkg-prelude.dhall\nin\n\ndependencies = prelude.mapPlainDeps [ \"concurrency\" ]\nin\n\n...\n```\n\nThen include the appropriate file with\n\n```ats\n#include \"$PATSHOMELOCS/ats-concurrency-0.3.7/mylibies.dats\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmchale%2Fats-concurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmchale%2Fats-concurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmchale%2Fats-concurrency/lists"}