{"id":32192161,"url":"https://github.com/clojurewerkz/mold","last_synced_at":"2025-10-22T01:59:43.842Z","repository":{"id":14460147,"uuid":"17171985","full_name":"clojurewerkz/mold","owner":"clojurewerkz","description":"Clojure client for CloudFoundry (primarily UAA and Cloud Controller)","archived":false,"fork":false,"pushed_at":"2016-01-02T02:04:24.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-23T09:50:18.750Z","etag":null,"topics":[],"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/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":"2014-02-25T12:19:01.000Z","updated_at":"2016-03-24T11:17:13.000Z","dependencies_parsed_at":"2022-09-16T19:01:53.852Z","dependency_job_id":null,"html_url":"https://github.com/clojurewerkz/mold","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/clojurewerkz/mold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fmold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fmold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fmold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fmold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojurewerkz","download_url":"https://codeload.github.com/clojurewerkz/mold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojurewerkz%2Fmold/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280365594,"owners_count":26318385,"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-22T01:59:40.126Z","updated_at":"2025-10-22T01:59:43.837Z","avatar_url":"https://github.com/clojurewerkz.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mold, a Clojure Client for CloudFoundry\n\nMold is a Clojure client for CloudFoundry built on top of the official\n[Java client](https://github.com/cloudfoundry/cf-java-client).\n\n\n## Project Goals\n\n * Be reasonably feature complete\n * Be easy to use\n * Be reasonably well tested\n\n## Project Maturity\n\nMold is has been used in production for months. It does not support\nthe entire feature set of the Java client but is sufficient for building\nCloud Foundry service brokers.\n\n\n## Artifacts\n\nMold artifacts are [released to Clojars](https://clojars.org/clojurewerkz/mold). If you are using Maven, add the following repository\ndefinition to your `pom.xml`:\n\n``` xml\n\u003crepository\u003e\n  \u003cid\u003eclojars.org\u003c/id\u003e\n  \u003curl\u003ehttp://clojars.org/repo\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n### The Most Recent Release\n\nWith Leiningen:\n\n    [clojurewerkz/mold \"1.0.0-alpha1\"]\n\n\nWith Maven:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eclojurewerkz\u003c/groupId\u003e\n      \u003cartifactId\u003emold\u003c/artifactId\u003e\n      \u003cversion\u003e1.0.0-alpha1\u003c/version\u003e\n    \u003c/dependency\u003e\n\n\n## Documentation \u0026 Examples\n\nMold API is changing very rapidly. This section will be updated when its time\nto begin writing documentation.\n\n\n## Community \u0026 Support\n\nMold uses [Clojure mailing\nlist](https://groups.google.com/forum/#!forum/clojure). Feel free to\njoin it and ask any questions you may have.\n\nTo subscribe for announcements of releases, important changes and so\non, please follow [@ClojureWerkz](https://twitter.com/clojurewerkz) on\nTwitter.\n\n\n## Supported Clojure Versions\n\nMold requires Clojure 1.5+.\n\n\n## Continuous Integration Status\n\n[![Continuous Integration status](https://secure.travis-ci.org/clojurewerkz/mold.png)](http://travis-ci.org/clojurewerkz/mold)\n\n\n## Mold Is a ClojureWerkz Project\n\nmold is part of the [group of Clojure libraries known as ClojureWerkz](http://clojurewerkz.org), together with\n\n * [Langohr](http://clojurerabbitmq.info)\n * [Elastisch](http://clojureelasticsearch.info)\n * [Cassaforte](http://clojurecassandra.info)\n * [Monger](http://clojuremongodb.info)\n * [Titanium](http://titanium.clojurewerkz.org)\n * [Neocons](http://clojureneo4j.info)\n * [Meltdown](https://github.com/clojurewerkz/meltdown)\n\nand several others.\n\n\n## Development\n\nmold uses [Leiningen\n2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make\nsure you have it installed and then run tests against supported\nClojure versions using\n\n    lein all test\n\nThen create a branch and make your changes on it. Once you are done\nwith your changes and all tests pass, submit a pull request on GitHub.\n\n\n\n## License\n\nCopyright (C) 2014-2016 Michael S. Klishin, Alex Petrov, and The ClojureWerkz Team.\n\nDouble licensed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html) (the same as Clojure) or\nthe [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Fmold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojurewerkz%2Fmold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojurewerkz%2Fmold/lists"}