This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-20
Channels
- # adventofcode (1)
- # announcements (2)
- # babashka (81)
- # beginners (33)
- # calva (11)
- # circleci (4)
- # clj-commons (3)
- # cljdoc (7)
- # clojars (5)
- # clojure (21)
- # clojure-europe (5)
- # clojure-japan (1)
- # clojure-norway (27)
- # clojurescript (24)
- # emacs (11)
- # events (5)
- # fulcro (14)
- # lsp (40)
- # malli (9)
- # nbb (1)
- # off-topic (5)
- # portal (4)
- # reitit (8)
- # scittle (9)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (3)
Hi everyone, two short questions about deps' git/url: 1. is it possible to pull lein project? 2. is it possible to pull a project from a repo's subdirectory (e.g. one git repo holds multiple libraries, each within a separate subdirectory, with its own deps.edn)
1. currently, only if it has no deps (by setting :deps/manifest :deps) 2. yes, by setting :deps/root to the subdir
Re 1. see also https://github.com/borkdude/lein2deps