robert-hooke 1.3.0-4 source package in Ubuntu

Changelog

robert-hooke (1.3.0-4) unstable; urgency=medium

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

  [ Elana Hashman ]
  * Move repo to salsa. (spicy)
  * Remove markdown stuff.
  * Remove Daigo from Uploaders. (Closes: #863772)
  * Remove Wolodja from Uploaders. (Closes: #891310)
  * Add myself to Uploaders.

 -- Elana Hashman <email address hidden>  Mon, 26 Feb 2018 21:35:43 -0500

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
robert-hooke_1.3.0-4.dsc 2.1 KiB cc2d889983bed1ff53186e7e51354cdddf867b40570077377e5585996c2f2d23
robert-hooke_1.3.0.orig.tar.gz 14.4 KiB 080d8591fd9ad0411baf5d6d383304524d816f3b49269580de7ec58c56c1f224
robert-hooke_1.3.0-4.debian.tar.xz 7.6 KiB a85ae3f71b3701dce1055f656c9000fcbd072c1ab974182ba1ca5df0d5e5d559

Available diffs

No changes file available.

Binary packages built by this source

librobert-hooke-clojure: Function wrapper library for Clojure

 Robert Hooke is a Clojure library that provides a flexible, composable
 mechanism to extend functions after they have been defined.
 .
 Hooks can be used to change the behaviour of the functions they wrap in many
 ways, for example:
 .
  * conditional execution
  * modify arguments
  * add side effects
  * return different values
 .
 Hooke is inspired by Emacs Lisp's defadvice and clojure.test fixtures.