{"id":32183805,"url":"https://github.com/clojurewerkz/support","last_synced_at":"2025-10-21T23:07:43.628Z","repository":{"id":2726275,"uuid":"3721232","full_name":"clojurewerkz/support","owner":"clojurewerkz","description":"A support library ClojureWerkz projects (Langohr, Monger, Neocons, Elastisch, Quartzite, Welle, and others) can rely on","archived":false,"fork":false,"pushed_at":"2019-06-20T19:34:46.000Z","size":94,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T23:07:33.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://clojurewerkz.org","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/clojurewerkz.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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-03-14T19:13:02.000Z","updated_at":"2020-05-03T20:41:16.000Z","dependencies_parsed_at":"2022-09-09T21:40:59.369Z","dependency_job_id":null,"html_url":"https://github.com/clojurewerkz/support","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/clojurewerkz/support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fsupport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fsupport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fsupport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fsupport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojurewerkz","download_url":"https://codeload.github.com/clojurewerkz/support/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fsupport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280348072,"owners_count":26315370,"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-10-21T02:00:06.614Z","response_time":58,"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":"2025-10-21T23:03:36.009Z","updated_at":"2025-10-21T23:07:43.622Z","avatar_url":"https://github.com/clojurewerkz.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clojurewerkz Support Library\n\nThis is a yet another support/utility library, targeted at use cases in\n\n * [Langohr](https://github.com/michaelklishin/langohr)\n * [Elastisch](https://github.com/clojurewerkz/elastisch)\n * [Cassaforte](https://github.com/clojurewerkz/cassaforte)\n * [Monger](https://github.com/michaelklishin/monger)\n * [Neocons](https://github.com/michaelklishin/neocons)\n * [Welle](https://github.com/michaelklishin/welle)\n * [Validateur](https://github.com/michaelklishin/validateur)\n * [Meltdown](https://github.com/clojurewerkz/meltdown)\n * [Quartzite](https://github.com/michaelklishin/quartzite)\n * [Pantomime](https://github.com/michaelklishin/pantomime)\n * [Mailer](https://github.com/clojurewerkz/mailer)\n * [Money](https://github.com/clojurewerkz/money)\n\nand other [Clojure libraries](http://clojurewerkz.org) under the Clojurewerkz umbrella.\n\n\n## Supported Clojure versions\n\nClojureWerkz Support requires Clojure 1.8+. The most recent release\nis highly recommended.\n\n\n\n## Maven Artifacts\n\n### The Most Recent Release\n\nWith Leiningen:\n\n    [clojurewerkz/support \"1.5.0\"]\n\nWith Maven:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eclojurewerkz\u003c/groupId\u003e\n      \u003cartifactId\u003esupport\u003c/artifactId\u003e\n      \u003cversion\u003e1.5.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\n## Usage\n\nClojureWerkz Support is a young library and until documentation guides\nare written, it may be challenging to use for anyone except the\nauthor. For code examples, see our test suite.\n\nOnce the documentation is ready for the public, we will update this\ndocument.\n\n\n## Continuous Integration\n\n[![Continuous Integration status](https://secure.travis-ci.org/clojurewerkz/support.png)](http://travis-ci.org/clojurewerkz/support)\n\n\nCI is hosted by [travis-ci.org](http://travis-ci.org)\n\n\n\n## Development\n\nSupport uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests\nagainst all supported Clojure versions using\n\n    lein all test\n\nThen create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit\na pull request on Github.\n\n\n\n## License\n\nCopyright © 2012-2019 Michael S. Klishin, Alex Petrov\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Fsupport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojurewerkz%2Fsupport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Fsupport/lists"}