stencil-clojure 0.5.0-2 source package in Ubuntu

Changelog

stencil-clojure (0.5.0-2) unstable; urgency=medium

  [ Tom Marble ]
  * Change libclojure from Build-Dep to Dep
  * Declare compliance with Debian Policy 4.1.3.
  * Changed Vcs to salsa

  [ Elana Hashman ]
  * Clean up unused vars in rules.
  * Move runtime dependencies out of builddeps.
  * Fix my email.

 -- Elana Hashman <email address hidden>  Mon, 19 Mar 2018 13:46:38 -0400

Upload details

Uploaded by:
Debian Clojure Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Clojure Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
stencil-clojure_0.5.0-2.dsc 2.2 KiB 62a9f0648c11dc950f330d280a5eb96165cc6a497791eb19cef1b7b8bfc94865
stencil-clojure_0.5.0.orig.tar.gz 21.5 KiB 886e438fc3a0655f3e651b8e87d28c411fa769cff73b2f44c3a43b11f9590901
stencil-clojure_0.5.0-2.debian.tar.xz 7.1 KiB 239657c749773631a83b1fae5fd56b7d2c968e46e85dac0b0742212300c473e3

Available diffs

No changes file available.

Binary packages built by this source

libstencil-clojure: Fast, compliant implementation of Mustache in Clojure

 Stencil is a Clojure implementation of Mustache, a template system.
 Mustache lacks of control flow statements such as if/else conditionals
 or for loops; it instead features section tag processing lists and
 lambdas. Mustache also enforces a strong separation of logic from
 presentation.