{"id":16679365,"url":"https://github.com/mischov/clj-diffmatchpatch","last_synced_at":"2025-08-18T01:35:23.801Z","repository":{"id":8010539,"uuid":"9418738","full_name":"mischov/clj-diffmatchpatch","owner":"mischov","description":null,"archived":false,"fork":false,"pushed_at":"2013-04-13T19:54:17.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T01:47:37.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/mischov.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}},"created_at":"2013-04-13T19:16:06.000Z","updated_at":"2013-10-09T23:57:53.000Z","dependencies_parsed_at":"2022-09-25T12:53:42.769Z","dependency_job_id":null,"html_url":"https://github.com/mischov/clj-diffmatchpatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mischov/clj-diffmatchpatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fclj-diffmatchpatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fclj-diffmatchpatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fclj-diffmatchpatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fclj-diffmatchpatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mischov","download_url":"https://codeload.github.com/mischov/clj-diffmatchpatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischov%2Fclj-diffmatchpatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932580,"owners_count":24670241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-10-12T13:34:55.426Z","updated_at":"2025-08-18T01:35:23.776Z","avatar_url":"https://github.com/mischov.png","language":"Java","readme":"# clj-diffmatchpatch\n\nA Clojure wrapper for the Java implimentation of google-diff-match-patch by Neil Fraser.\n\n```clojure\n[clj-diffmatchpatch \"0.0.9.3\"]\n```\n\n## Usage\n\n```clojure\n(require '[clj-diffmatchpatch :as dmp])\n(dmp/wdiff \"I am an example.\" \"I am a simple example.\") \n```\n\n## Status\n\nclj-diffmatchpatch is currently in alpha.\n\n1. From the google-diff-match-patch api, currently implemented wrapper functions: \n```\ndiff cleanup-semantic pretty-html patch-make patch-to-text patch-from-text patch-apply\n```\n\n1. Original api functions currently updated to take and output edn instead of java objects / structures: \n```\ndiff cleanup-semantic\n```\n\n1. Original api functions currently updated to take edn: \n```\npatch-make\n```\n\n1. Convienience function added: \n```\nwdiff\n```\n\n\n## License\n\nDistributed under the Apache 2.0 license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischov%2Fclj-diffmatchpatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmischov%2Fclj-diffmatchpatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischov%2Fclj-diffmatchpatch/lists"}