cljs

ClojureScript in a jar. Note that the release numbers are unofficial.

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

cljs
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

cljs
ClojureScript in a jar. Note that the release numbers are unofficial.
Source Code Management

Source Code Management

http://github.com/hugoduncan/clojurescript.git

Download cljs

How to add to project

<!-- https://jarcasting.com/artifacts/org.cloudhoist/cljs/ -->
<dependency>
    <groupId>org.cloudhoist</groupId>
    <artifactId>cljs</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/cljs/
implementation 'org.cloudhoist:cljs:0.1.0'
// https://jarcasting.com/artifacts/org.cloudhoist/cljs/
implementation ("org.cloudhoist:cljs:0.1.0")
'org.cloudhoist:cljs:jar:0.1.0'
<dependency org="org.cloudhoist" name="cljs" rev="0.1.0">
  <artifact name="cljs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='cljs', version='0.1.0')
)
libraryDependencies += "org.cloudhoist" % "cljs" % "0.1.0"
[org.cloudhoist/cljs "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.clojure : clojure jar 1.3.0-beta1
com.google.javascript : closure-compiler jar r946
org.cloudhoist » closure-library jar 0.790.0

Project Modules

There are no modules declared in this project.

What is this repo?

This is a fork of clojurescript, that includes a pom.xml for building a jar file of clojurescript. This jar is used by zi-cljs, a maven plugin for working with clojurescript. It could be used by any maven repository aware build tool.

What is ClojureScript?

ClojureScript is a new compiler for Clojure that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the Google Closure optimizing compiler.

Getting Started

Questions, Feedback?

Please point all of your questions and feedback here.

Developers Welcome

ClojureScript operates under the same license as Clojure. All contributors must have a signed CA (Contributor's Agreement) and submit their patch via the appropriate channels. If you're interested in contributing to the project, please see the contributing page on clojure.org.

License

Copyright (c) Rich Hickey. All rights reserved. The use and
distribution terms for this software are covered by the Eclipse
Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file epl-v10.html at the root of this
distribution. By using this software in any fashion, you are
agreeing to be bound by the terms of this license. You must
not remove this notice, or any other, from this software.

Versions

Version
0.1.0