cljs

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

Группа

Группа

org.cloudhoist
Идентификатор

Идентификатор

cljs
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

cljs
ClojureScript in a jar. Note that the release numbers are unofficial.
Система контроля версий

Система контроля версий

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

Скачать cljs

Имя Файла Размер
cljs-0.1.0.pom
cljs-0.1.0.jar 74 KB
cljs-0.1.0-sources.jar 72 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.3.0-beta1
com.google.javascript : closure-compiler jar r946
org.cloudhoist » closure-library jar 0.790.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.0