Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.classpath

Api providing utilities when manipulating classpaths generated using clojure.tools.deps.

Api providing utilities when manipulating classpaths generated using `clojure.tools.deps`.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.compilation.clojure

Api providing clojure compilation utilities.

Api providing clojure compilation utilities.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.compilation.java

Minimal api wrapping some of the java.tools apis providing java compilation utilities.

Minimal api wrapping some of the `java.tools` apis providing java compilation utilities.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.deps

Api providing some utilities working with clojure.tools.deps.

Api providing some utilities working with `clojure.tools.deps`.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.git

Api providing git utilities. Mostly a wrapper for some functionality from clj-jgit.

Api providing git utilities. Mostly a wrapper for some functionality from `clj-jgit`.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.gpg

Api providing gpg utilities.

Api providing gpg utilities.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar

Api grouping the different utilities around building jars provided in fr.jeremyschoffen.mbt.alpha.core.jar.XXX namespaces.

Api grouping the different utilities around building jars provided in
`fr.jeremyschoffen.mbt.alpha.core.jar.XXX` namespaces.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.archive

Api providing the tools to make a jar archive from a directory.

Api providing the tools to make a jar archive from a directory.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.fs

Api providing some jar file system utilies.

Api providing some jar file system utilies.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.manifest

Api providing utilities when generating manifest files.

Api providing utilities when generating manifest files.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.protocols

Protocols used in to create a flexible way to approach the creation of jar sources.

See fr.jeremyschoffen.mbt.alpha.core.jar.sources to have an example of how to use these protocols.

Protocols used in to create a flexible way to approach the creation of jar sources.

See [[fr.jeremyschoffen.mbt.alpha.core.jar.sources]] to have an example of how to use these
protocols.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.sources

Default implementations of the protocols found in fr.jeremyschoffen.mbt.alpha.core.jar.protocols.

Types implementing fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarSource:

Default implementations of the protocols found in [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols]].

Types implementing [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarSource]]:
- `clojure.lang.Sequential`: sequences of `:jar/entry` producing itself as a
  [[fr.jeremyschoffen.mbt.alpha.core.building.jar.protocols/JarEntries]].
- `java.nio.file.Path`: path to a directory or a jar. A path to a directory will produce a
  [[fr.jeremyschoffen.mbt.alpha.core.jar.sources/SourceDir]] record. A path to a jar will
  produce a [[fr.jeremyschoffen.mbt.alpha.core.jar.sources/SourceDir]] record. Both record types
  implement [[fr.jeremyschoffen.mbt.alpha.core.jar.protocols/JarEntries]].
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.jar.temp

Api providing facilities to copy files from different sources into a unique directory. This directory is intended to be zipped into a jar file.

The function fr.jeremyschoffen.mbt.alpha.core.jar.temp/add-srcs! is the entry point when copying sources to the temp directory.

Api providing facilities to copy files from different sources into a unique directory.
This directory is intended to be zipped into a jar file.

The function [[fr.jeremyschoffen.mbt.alpha.core.jar.temp/add-srcs!]] is the entry point when
copying sources to the temp directory.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.maven.deploy

Api providing maven deployment utilites.

Api providing  maven deployment utilites.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.maven.install

Api providing a maven install utilities.

Api providing a maven install utilities.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.maven.pom

Api providing maven pom.xml files generation.

Api providing maven pom.xml files generation.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.shell

Api wrapping clojure.java.shell

Api wrapping `clojure.java.shell`
      
raw docstring

fr.jeremyschoffen.mbt.alpha.core.versioning.maven-like

Building blocks to versioning systems following the maven or semver model.

Building blocks to versioning systems following the maven or semver model.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.compilation.java

Higher level api to compile java files.

Higher level api to compile java files.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.specs

Specs used in the default api.

Specs used in the default api.
      
raw docstring

No vars found in this namespace.

fr.jeremyschoffen.mbt.alpha.default.versioning.git-state

Api containing the default logic for using git state as a versioning mechanism.

Api containing the default logic for using git state as a versioning mechanism.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.versioning.schemes

Api used when versioning the project using git state.

Api used when versioning the project using git state.
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.versioning.schemes.git-distance

Implementation of versioning schemes using the git disatnce building blocks from the core api ([[fr.jeremyschoffen.mbt.alpha.core.versioning.simple-version]]).

Implementation of versioning schemes using the git disatnce building blocks from the core api
([[fr.jeremyschoffen.mbt.alpha.core.versioning.simple-version]]).
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.versioning.schemes.maven-like

Implementation of versioning schemes using the maven and semver building blocks from the core api (fr.jeremyschoffen.mbt.alpha.core.versioning.maven-like).

Implementation of versioning schemes using the maven and semver building blocks from the core api
([[fr.jeremyschoffen.mbt.alpha.core.versioning.maven-like]]).
      
raw docstring

fr.jeremyschoffen.mbt.alpha.default.versioning.schemes.protocols

Protocol used to make version schemes.

Protocol used to make version schemes.
      
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close