{"id":41465456,"url":"https://github.com/deepflowinc-oss/cmark-combinators","last_synced_at":"2026-01-23T16:28:43.543Z","repository":{"id":225959739,"uuid":"764939276","full_name":"deepflowinc-oss/cmark-combinators","owner":"deepflowinc-oss","description":"A Haskell utility library to generate well-formed CommonMark, thin wrapper around cmark package","archived":false,"fork":false,"pushed_at":"2024-12-20T11:07:10.000Z","size":99,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-20T12:38:28.521Z","etag":null,"topics":["cmark","commonmark","haskell","markdown","oss","text"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepflowinc-oss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-02-29T01:28:43.000Z","updated_at":"2024-12-20T07:27:32.000Z","dependencies_parsed_at":"2024-03-13T07:28:28.051Z","dependency_job_id":"a82f167a-1c44-4436-aa4c-acda548a63b4","html_url":"https://github.com/deepflowinc-oss/cmark-combinators","commit_stats":null,"previous_names":["deepflowinc/cmark-combinators","deepflowinc-oss/cmark-combinators"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deepflowinc-oss/cmark-combinators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepflowinc-oss%2Fcmark-combinators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepflowinc-oss%2Fcmark-combinators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepflowinc-oss%2Fcmark-combinators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepflowinc-oss%2Fcmark-combinators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepflowinc-oss","download_url":"https://codeload.github.com/deepflowinc-oss/cmark-combinators/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepflowinc-oss%2Fcmark-combinators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"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":["cmark","commonmark","haskell","markdown","oss","text"],"created_at":"2026-01-23T16:28:42.689Z","updated_at":"2026-01-23T16:28:43.530Z","avatar_url":"https://github.com/deepflowinc-oss.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cmark-combinators - Simple utility around CMark for Haskell\n\nThis package provides a utility to generate well-formed CommonMark, wrapping around [`cmark`](https://hackage.haskell.org/package/cmark) package.\n\n## Contribution\n\nPlease feel free to open an issue, but also please search for existing issues to check if there already is a similar one.\n\nSee [CONTRIBUTING.md][CONTRIBUTING] for more details.\n\n[CONTRIBUTING]: ./CONTRIBUTING.md\n\n## Matrix Build\n\nTo add/remove a specific ghc version to/from the tested versions, you can just add/remove cabal's freeze file as `ci/configs/ghc-X.X.X.project` and add the following to the header:\n\n```cabal\nimport: ../../cabal.project\n-- FIXME: Use Appropriate timestamp for index-state\nindex-state: hackage.haskell.org 2024-02-05T22:44:18Z\n```\n\nNote that the actual value of `index-state` should be sufficiently new.\n\nExcept this, no modification to Action worklow file is needed in general.\nThe following is the example command to add the `ghc-9.8.1` with the most recent Stackage Nightly:\n\n```bash\ncurl --location https://www.stackage.org/nightly/cabal.config \u003e ./ci/configs/ghc-9.8.1.project\ncat \u003c\u003cEOF \u003e\u003e./ci/configs/ghc-9.8.1.project\nimport: ../../cabal.project\n-- FIXME: Use an appropriate timestamp for index-state\nindex-state: hackage.haskell.org 2024-02-05T22:44:18Z\nEOF\n```\n\nNote that we might have to edit `with-compiler` stanza of the downloaded freeze file when you want to test GHC version different from Stackage's default version.\n\nIf you want to test some breeding-edge version of GHC but to allow failure, name freeze file as `ghc-X.X.X-head.project`.\n\n```bash\ncurl --location https://www.stackage.org/nightly/cabal.config \u003e ./ci/configs/ghc-9.10.1-head.project\n```\n\n## Copyright\n\n2024 (c) DeepFlow, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepflowinc-oss%2Fcmark-combinators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepflowinc-oss%2Fcmark-combinators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepflowinc-oss%2Fcmark-combinators/lists"}