{"id":32267204,"url":"https://github.com/purescript-spec/purescript-spec-quickcheck","last_synced_at":"2026-02-23T10:17:27.932Z","repository":{"id":31899211,"uuid":"35468106","full_name":"purescript-spec/purescript-spec-quickcheck","owner":"purescript-spec","description":"Adapter between purescript-spec and purescript-quickcheck","archived":false,"fork":false,"pushed_at":"2024-07-20T21:40:34.000Z","size":92,"stargazers_count":13,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-15T14:24:36.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PureScript","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/purescript-spec.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-05-12T05:09:27.000Z","updated_at":"2024-07-20T21:39:05.000Z","dependencies_parsed_at":"2024-07-20T22:44:49.107Z","dependency_job_id":"bf1f73c2-8dfb-40cd-b9c9-fa030fc21b33","html_url":"https://github.com/purescript-spec/purescript-spec-quickcheck","commit_stats":null,"previous_names":["owickstrom/purescript-spec-quickcheck"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/purescript-spec/purescript-spec-quickcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-spec%2Fpurescript-spec-quickcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-spec%2Fpurescript-spec-quickcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-spec%2Fpurescript-spec-quickcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-spec%2Fpurescript-spec-quickcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purescript-spec","download_url":"https://codeload.github.com/purescript-spec/purescript-spec-quickcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript-spec%2Fpurescript-spec-quickcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":[],"created_at":"2025-10-22T21:58:07.714Z","updated_at":"2026-02-23T10:17:27.890Z","avatar_url":"https://github.com/purescript-spec.png","language":"PureScript","readme":"# purescript-spec-quickcheck\n\npurescript-spec-quickcheck is a tiny adapter between the\n[purescript-spec](https://github.com/purescript-spec/purescript-spec) test framework\nand [purescript-quickcheck](https://github.com/purescript/purescript-quickcheck).\n\n## Usage\n\n```bash\nbower install purescript-spec-quickcheck\n```\n\n```purescript\nmodule Test.Main where\n\nimport Prelude\nimport Effect (Effect)\nimport Test.QuickCheck ((===), (/==))\nimport Test.Spec (describe, it)\nimport Test.Spec.QuickCheck (quickCheck)\nimport Test.Spec.Reporter.Console (consoleReporter)\nimport Test.Spec.Runner (runSpec)\n\nmain :: Effect Unit\nmain = runSpec [consoleReporter] do\n  describe \"Math\" do\n    it \"works\" $\n      quickCheck \\n -\u003e (n * 2 / 2) === n\n    it \"works again\" $\n      quickCheck \\n -\u003e ((n + 1) * 2) /== n\n```\n\n## API Docs\n\nThis module is published, and has its API documentation, [on\nPursuit](https://pursuit.purescript.org/packages/purescript-spec-quickcheck).\n\n## Contribute\n\nIf you have any issues or possible improvements please file them as\n[GitHub Issues](https://github.com/purescript-spec/purescript-spec-quickcheck/issues).\nPull requests are encouraged.\n\n## License\n\n[MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-spec%2Fpurescript-spec-quickcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurescript-spec%2Fpurescript-spec-quickcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurescript-spec%2Fpurescript-spec-quickcheck/lists"}