bidi-clojure 2.1.6-2 source package in Ubuntu

Changelog

bidi-clojure (2.1.6-2) unstable; urgency=medium

  [ Louis-Philippe Véronneau ]
  * d/control: New email for the Clojure Team.

  [ Jérôme Charaoui ]
  * d/control: bump ring-mock build-dep (Closes: #1030400)
  * d/control: bump Standards-Version, no changes needed
  * d/control: add myself to uploaders
  * d/tests: use bultitude to run autopkgtests
  * d/watch: switch to git mode
  * add d/gbp.conf with clojure-team defaults
  * add --has-package-version to maven pom

 -- Jérôme Charaoui <email address hidden>  Sun, 05 Feb 2023 20:46:04 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bidi-clojure_2.1.6-2.dsc 1.8 KiB 0d37633d1959ae9689a5ce02fd020f681f94644a0ed10158fe390683b8a94b88
bidi-clojure_2.1.6.orig.tar.gz 28.1 KiB 3d34bd048263ba9fcf19eb2eb5bc3cd5c6f61a15fc3f043079a1ac062c348ed3
bidi-clojure_2.1.6-2.debian.tar.xz 4.0 KiB c842f4510af61d2fbddb82fdf87b5375440c03562f3c94b6c3c2b81e4e0d6cce

Available diffs

No changes file available.

Binary packages built by this source

libbidi-clojure: bidirectional URI routing for Clojure

 Bi-directional URI dispatch. Like compojure, but when you want to go both
 ways. If you are serving REST resources, you should be
 providing links to other resources, and without full support for forming URIs
 from handlers your code will become coupled with your routing. In short,
 hard-coded URIs will eventually break.
 .
 bidi provides a way to construct URIs from handlers.