tools-deps

Sean Swezey 2023-11-20T12:27:40.722719Z

Is there a tracking ticket for allowing (external) extensions for deps resolution? e.g. the ability to have an :svn extension type? At my company we have a legacy build system (not actually Subversion) that is not git or maven based and if we could add extensions points for clojure to use and implement the extensions multimethods, we could relatively seamlessly integrate it with deps .

Alex Miller (Clojure team) 2023-11-20T13:22:36.921339Z

I don’t think so, but feel free to file one at https://ask.clojure.org

👍 1