{"id":25511306,"url":"https://github.com/weavejester/crouton","last_synced_at":"2025-04-13T05:35:10.072Z","repository":{"id":62432159,"uuid":"4565077","full_name":"weavejester/crouton","owner":"weavejester","description":"HTML parsing library for Clojure","archived":false,"fork":false,"pushed_at":"2017-04-29T14:18:54.000Z","size":211,"stargazers_count":68,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T07:08:21.104Z","etag":null,"topics":["clojure","html","html-parsing-library","jsoup","parsing"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/weavejester.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":"2012-06-05T20:25:45.000Z","updated_at":"2024-10-02T01:39:47.000Z","dependencies_parsed_at":"2022-11-01T20:47:14.702Z","dependency_job_id":null,"html_url":"https://github.com/weavejester/crouton","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fcrouton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fcrouton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fcrouton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weavejester%2Fcrouton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weavejester","download_url":"https://codeload.github.com/weavejester/crouton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670440,"owners_count":21142896,"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","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":["clojure","html","html-parsing-library","jsoup","parsing"],"created_at":"2025-02-19T10:32:03.378Z","updated_at":"2025-04-13T05:35:10.051Z","avatar_url":"https://github.com/weavejester.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crouton\n\nCrouton is a HTML parsing library for Clojure that uses [JSoup][1].\n\n[1]: http://jsoup.org/\n\n## Installation\n\nAdd the following dependency to your `project.clj` file:\n\n    [crouton \"0.1.2\"]\n\n## Usage\n\nCrouton provides a way of parsing a HTML file from a slurp-able\nsource:\n\n```clojure\n(require '[crouton.html :as html])\n\n(html/parse \"http://example.com\")\n```\n\nThe parsed result is a DOM tree compatible with that produced by\n`clojure.xml/parse`.\n\nIf you have a string, rather than a file, URL or input-stream, you can\nuse `parse-string`:\n\n```clojure\n(html/parse-string \"\u003chtml\u003e\u003chead\u003e\u003c/head\u003e\u003cbody\u003e\u003c/body\u003e\u003c/html\u003e\")\n```\n\n## License\n\nCopyright © 2014 James Reeves\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fcrouton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavejester%2Fcrouton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavejester%2Fcrouton/lists"}