{"id":15722316,"url":"https://github.com/stackotter/swift-cmark-gfm","last_synced_at":"2026-03-01T23:31:52.774Z","repository":{"id":63920556,"uuid":"473159515","full_name":"stackotter/swift-cmark-gfm","owner":"stackotter","description":"A minimal wrapper around cmark-gfm","archived":false,"fork":false,"pushed_at":"2024-08-01T00:16:16.000Z","size":218,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T09:24:18.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackotter.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":"2022-03-23T11:33:39.000Z","updated_at":"2025-10-07T14:01:03.000Z","dependencies_parsed_at":"2024-08-01T03:13:05.841Z","dependency_job_id":"899bfeb1-8acf-4996-ab47-197bcbbacc07","html_url":"https://github.com/stackotter/swift-cmark-gfm","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.4285714285714286,"last_synced_commit":"396d17bd022e4c90429bea3991130c1d39a4c361"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stackotter/swift-cmark-gfm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fswift-cmark-gfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fswift-cmark-gfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fswift-cmark-gfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fswift-cmark-gfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackotter","download_url":"https://codeload.github.com/stackotter/swift-cmark-gfm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackotter%2Fswift-cmark-gfm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29987698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"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":"2024-10-03T22:06:36.739Z","updated_at":"2026-03-01T23:31:52.759Z","avatar_url":"https://github.com/stackotter.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMarkGFM\n\nThis package just provides an easy way to import the cmark-gfm library into Swift. It does not wrap the C API with a nice Swift API. For that, see [Parsley](https://github.com/loopwerk/Parsley).\n\n## Usage\n\nJust include this package as a dependency in your `Package.swift`. Here's an example of how to do that:\n\n```swift\nlet package = Package(\n    name: \"Example\",\n    dependencies: [\n        .package(url: \"https://github.com/stackotter/swift-cmark-gfm\", from: \"1.0.0\")\n    ],\n    targets: [\n        .target(\n            name: \"Example\",\n            dependencies: [\n                .product(name: \"CMarkGFM\", package: \"swift-cmark-gfm\")\n            ]\n        ),\n    ]\n)\n```\n\n## Automatic updater script\n\nThe main goal of this package is to be extremely easy to maintain. That's why I made the `update_cmark_gfm.sh` script. Running the script will automatically update this package to the latest version of `cmark-gfm`.\n\n```sh\n# Update the package to the latest version of cmark-gfm\n./update_cmark_gfm.sh\n```\n\nAlternatively, it can be used to update the package to a specific commit of `cmark-gfm`. Just provide a commit hash when running the script:\n\n```sh\n# Update the package to a specific version of cmark-gfm\n./update_cmark_gfm.sh [commit]\n```\n\nThis means that if you have a project that requires a specific version of `cmark-gfm` for some reason. You can easily fork this repository and automatically tailor the package to your needs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackotter%2Fswift-cmark-gfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackotter%2Fswift-cmark-gfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackotter%2Fswift-cmark-gfm/lists"}