{"id":19892920,"url":"https://github.com/cormacrelf/citeprocrskit","last_synced_at":"2026-06-12T05:32:13.242Z","repository":{"id":47309926,"uuid":"350171878","full_name":"cormacrelf/CiteprocRsKit","owner":"cormacrelf","description":"Swift bindings for zotero/citeproc-rs","archived":false,"fork":false,"pushed_at":"2021-09-05T09:15:12.000Z","size":601,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T05:27:40.525Z","etag":null,"topics":["citation-style-language","citeproc","ffi","swift"],"latest_commit_sha":null,"homepage":"https://citeprocrskit.cormacrelf.net/documentation/CiteprocRsKit","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cormacrelf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-22T01:45:06.000Z","updated_at":"2022-08-05T14:08:37.000Z","dependencies_parsed_at":"2022-09-08T09:21:16.027Z","dependency_job_id":null,"html_url":"https://github.com/cormacrelf/CiteprocRsKit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cormacrelf/CiteprocRsKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormacrelf%2FCiteprocRsKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormacrelf%2FCiteprocRsKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormacrelf%2FCiteprocRsKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormacrelf%2FCiteprocRsKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cormacrelf","download_url":"https://codeload.github.com/cormacrelf/CiteprocRsKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cormacrelf%2FCiteprocRsKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["citation-style-language","citeproc","ffi","swift"],"created_at":"2024-11-12T18:26:09.145Z","updated_at":"2026-06-12T05:32:13.227Z","avatar_url":"https://github.com/cormacrelf.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CiteprocRsKit\n\nA set of Swift bindings for\n[`citeproc-rs`](https://github.com/zotero/citeproc-rs).\n\nThis is a SwiftPM package that has a dependency on a pre-built copy of\n`citeproc-rs`' FFI library. Some bug fixes may occur only in the FFI library,\nof which new versions can be pulled with `swift package update`. See the\n[citeproc-rs/ffi-xcframework releases][xcf-releases] for news.\n\n[xcf-releases]: https://github.com/citeproc-rs/ffi-xcframework/releases\n\n## Installation\n\n### Via Xcode\n\nOpen up your project's settings page, look under the 'Swift Packages' tab and\nadd this GitHub repo as a dependency.\n\n### Via Package.swift\n\nFor Package.swift, add as below. Follow the docs [here][v1] and [here][v2] for version requirements.\n\n[v1]: https://github.com/apple/swift-package-manager/blob/main/Documentation/PackageDescription.md#package-dependency\n[v2]: https://github.com/apple/swift-package-manager/blob/main/Documentation/PackageDescription.md#package-dependency-requirement\n\n```swift\n// Package.swift\n// ...\ndependencies: [\n    // exact version best for sub-1.0.0 releases as SwiftPM doesn't consider an\n    // 0.x to 0.x+1 change a \"major version\" despite Semver\n    .package(url: \"https://github.com/cormacrelf/CiteprocRsKit\", .exact(\"0.4.0\")),\n],\ntargets: [\n    // and add it as a dependency to a target in your own project\n    .target(name: \"MyApp\", dependencies: [\"CiteprocRsKit\"])\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcormacrelf%2Fciteprocrskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcormacrelf%2Fciteprocrskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcormacrelf%2Fciteprocrskit/lists"}