Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for deps.edn #418

Open
andrew opened this issue Apr 9, 2018 · 0 comments
Open

Add support for deps.edn #418

andrew opened this issue Apr 9, 2018 · 0 comments

Comments

@andrew
Copy link
Contributor

andrew commented Apr 9, 2018

Clojure has another manifest format file called deps.edn, details over here: https://clojure.org/reference/deps_and_cli#_deps_edn

The file format is Extensible Data Notation, and there looks like there's a ruby library we can use to read it: https://github.com/relevance/edn-ruby

Basic example:

{:deps
 {hiccup {:mvn/version "1.0.5"}
garden {:mvn/version "1.3.3"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant