{ "id": "clojure-asdf", "version": "2.0.16", "name": "Clojure (via asdf)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/clojure-asdf", "description": "Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/asdf-package" ] }