Code Monkey home page Code Monkey logo

clojure-install's Introduction

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:

[org.clojure/clojure-install "0.1.21"]

Maven dependency information:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>clojure-install</artifactId>
  <version>0.1.21</version>
</dependency>

Usage

clojure.tools.Install

The Install program performs the following steps:

  • Given a Clojure config directory
  • Read CONFIG/clj.props
  • Use those props to form a dependency set
  • Download those dependencies and all transitive dependencies to the local Maven repository
  • If CONFIG/clj.cp or CONFIG/deps.edn exist, copy them to backup files
  • Create CONFIG/clj.cp - used when invoking tools.deps.alpha
  • Create CONFIG/deps.edn - user-level deps map, for declaring default deps and artifact providers

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

clj.props file

Example props file:

org.clojure/clojure=1.9.0-alpha17
org.clojure/tools.deps.alpha=0.1.14
org.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.

clojure-install's People

Contributors

puredanger avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.