tools-deps

cfleming 2023-06-21T18:01:02.633189Z

Is clojure.libfile still a thing?

cfleming 2023-06-21T18:01:56.483429Z

I had a request a while ago to add it, but it looks like it doesn’t do anything any more?

Alex Miller (Clojure team) 2023-06-21T18:02:29.322009Z

no

👍 1
Alex Miller (Clojure team) 2023-06-21T18:02:40.582579Z

it doesn't exist

Alex Miller (Clojure team) 2023-06-21T18:03:48.267879Z

it was replaced with clojure.basis property (which is now accessible in 1.12 via new clojure.java.basis api)

cfleming 2023-06-21T18:04:40.795269Z

Ok, thanks.