ring-codec-clojure 1.2.0-1 source package in Ubuntu

Changelog

ring-codec-clojure (1.2.0-1) unstable; urgency=medium

  * Team upload.

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

  [ Jérôme Charaoui ]
  * New upstream version 1.2.0
  * add d/gbp.conf with team defaults
  * d/control: bump Standards-Version, no changes needed
  * d/rules: replace override_dh_installlibs
  * d/rules: skip tests when nocheck build flag present
  * d/patches: refresh lein local patch for new upstream version

 -- Jérôme Charaoui <email address hidden>  Sun, 22 Jan 2023 10:29:37 -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
ring-codec-clojure_1.2.0-1.dsc 1.6 KiB 506bfc444663474f78bb6278ead46eec4a4c79fc89f77d5a88566a3ae6a9564f
ring-codec-clojure_1.2.0.orig.tar.xz 4.4 KiB 128607f47c27d10f12345790230c86fbecd4207c9629a57b2767c0ef64ba3aa8
ring-codec-clojure_1.2.0-1.debian.tar.xz 3.3 KiB d0af8cf1cd3f55a172cb3a8129673a7e2dd1bc0cc5c1810ff722c653fcc5acd7

Available diffs

No changes file available.

Binary packages built by this source

libring-codec-clojure: Clojure library for encoding and decoding data

 ring-codec provides functions for encoding and decoding data into formats
 commonly used in web applications:
 .
  * percent-encoding/decoding
  * url-encoding/decoding
  * base64 encoding/decoding
  * form encoding/decoding