{"id":20060974,"url":"https://github.com/jcf/minimal-clojure-example","last_synced_at":"2025-10-13T06:13:57.450Z","repository":{"id":66304298,"uuid":"117253391","full_name":"jcf/minimal-clojure-example","owner":"jcf","description":"Minimal example of a Clojure app using tools.deps","archived":false,"fork":false,"pushed_at":"2018-01-12T14:55:21.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T06:13:56.511Z","etag":null,"topics":["clojure","dependencies","example","scripting"],"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/jcf.png","metadata":{"files":{"readme":"readme.org","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T14:54:39.000Z","updated_at":"2018-02-19T21:26:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccd0b2f1-85ac-4d85-b359-842f1dd574d0","html_url":"https://github.com/jcf/minimal-clojure-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcf/minimal-clojure-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcf%2Fminimal-clojure-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcf%2Fminimal-clojure-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcf%2Fminimal-clojure-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcf%2Fminimal-clojure-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcf","download_url":"https://codeload.github.com/jcf/minimal-clojure-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcf%2Fminimal-clojure-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013955,"owners_count":26085429,"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-13T02:00:06.723Z","response_time":61,"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":["clojure","dependencies","example","scripting"],"created_at":"2024-11-13T13:17:45.519Z","updated_at":"2025-10-13T06:13:57.433Z","avatar_url":"https://github.com/jcf.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Minimal Clojure Example\nWith the release of [[https://https://clojure.org/guides/deps_and_cli][tools.deps]] we can now run Clojure code without the\nadditional complexity of tools like [[http://boot-clj.com/][Boot]] and/or [[https://leiningen.org/][Leiningen]].\n\nThis repo contains a single Clojure file that makes use of the excellent [[http://aleph.io/][Aleph]]\nto send an HTTPS request to my favourite website.\n\n* Let me try\n#+begin_src shell\n  git clone https://github.com/jcf/minimal-clojure-example\n  cd minimal-clojure-example\n  clj -m hello\n#+end_src\n\nYou should see a pretty-printed HTTP response something like this:\n\n#+begin_src clojure\n{:request-time 107,\n :aleph/keep-alive? true,\n :headers\n {\"x-cache\" \"Hit from cloudfront\",\n  \"server\" \"AmazonS3\",\n  \"age\" \"38\",\n  \"via\"\n  \"1.1 e20d69d2fa2e195b7488aaa53586c336.cloudfront.net (CloudFront)\",\n  \"content-type\" \"text/html\",\n  \"content-length\" \"1221\",\n  \"connection\" \"keep-alive\",\n  \"accept-ranges\" \"bytes\",\n  \"etag\" \"\\\"e8c68729f87c3e33f7e7231afcec349f\\\"\",\n  \"date\" \"Fri, 12 Jan 2018 14:33:59 GMT\",\n  \"last-modified\" \"Tue, 03 May 2016 21:49:35 GMT\",\n  \"x-amz-cf-id\"\n  \"7rKrGfMRsw-BrlOfj3p5F7JptwX14NcqPW4zT_tdHjoOnd8pMq6jeA==\"},\n :status 200,\n :connection-time 224,\n :body\n \"\u003c!DOCTYPE html\u003e\\n\u003chtml\u003e\u003chead\u003e\u003cmeta content=\\\"initial-scale=1.0,width=device-width\\\" name=\\\"viewport\\\"\u003e\u003ctitle\u003ejamesconroyfinn.com\u003c/title\u003e\u003clink href=\\\"/0db4f54dd9d7/avatar.jpg\\\" rel=\\\"icon\\\"\u003e\u003clink href=\\\"/bundles/38a1a7ed0c4b/app.css\\\" rel=\\\"stylesheet\\\" /\u003e\u003c/head\u003e\u003cbody\u003e\u003cheader style=\\\"background-color:#4183c4;height:3.5em\\\"\u003e\u003c/header\u003e\u003cmain class=\\\"container\\\"\u003e\u003cdiv style=\\\"text-align:center\\\"\u003e\u003cimg height=\\\"100\\\" src=\\\"/0db4f54dd9d7/avatar.jpg\\\" style=\\\"border-radius:50%;border:4px solid white;margin:-50px auto 0\\\" width=\\\"100\\\"\u003e\u003c/div\u003e\u003ch1\u003eAbout\u003c/h1\u003e\u003cp\u003eMy name is \u003cb\u003eJames Conroy-Finn\u003c/b\u003e, and I'm a person who can help plan, build, and deliver ideas.\u003c/p\u003e\u003cp\u003eI've worked for a variety of companies and have used a wide array of technologies, languages, and techniques to build products quickly, and collaboratively.\u003c/p\u003e\u003cp\u003eI write \u003ca href=\\\"https://github.com/jcf\\\"\u003ecode\u003c/a\u003e when time permits, listen to \u003ca href=\\\"http://www.last.fm/user/jamesconroyfinn\\\"\u003emusic\u003c/a\u003e, and sometimes post \u003ca href=\\\"https://instagram.com/jcf/\\\"\u003epictures\u003c/a\u003e of what I'm up to.\u003c/p\u003e\u003cp\u003eI'm always interested in having a chat about ideas and opportunities so please send me an \u003ca href=\\\"mailto:james@logi.cl\\\"\u003eemail\u003c/a\u003e if you think I might be able to help.\u003c/p\u003e\u003c/main\u003e\u003c/body\u003e\u003c/html\u003e\"}\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcf%2Fminimal-clojure-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcf%2Fminimal-clojure-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcf%2Fminimal-clojure-example/lists"}