clojure/clojure-install

Name: clojure-install

Owner: Clojure

Description: null

Created: 2017-07-24 14:13:27.0

Updated: 2017-08-24 04:38:36.0

Pushed: 2017-09-06 21:25:06.0

Homepage: null

Size: 22

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

clojure-install

DEPRECATED - this project is no longer active. See https://github.com/clojure/brew-install.


The Clojure install project is used to bootstrap a system to include Clojure, tools.deps.alpha, and the scripts necessary to use them to obtain more dependencies and run a Clojure repl or programs.

The installer assumes only that Java is available. The install tool is written in Java and uses the necessary Maven Aether libraries to traverse and download the initial dependency set.

In general, this project will be obtained and used within system installers rather than used directly.

Release Information

Latest release: 0.1.21

Leiningen dependency information:

.clojure/clojure-install "0.1.21"]

Maven dependency information:

endency>
roupId>org.clojure</groupId>
rtifactId>clojure-install</artifactId>
ersion>0.1.21</version>
pendency>
Usage
clojure.tools.Install

The Install program performs the following steps:

This can be re-run to pick up manual changes in clj.props.

clj.props file

Example props file:

clojure/clojure=1.9.0-alpha17
clojure/tools.deps.alpha=0.1.14
clojure/spec.alpha=0.1.123
Developer Information
License

Copyright © 2017 Rich Hickey and contributors

Distributed under the Eclipse Public License, the same as Clojure.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.