nippy-clojure 3.1.3-3 source package in Ubuntu

Changelog

nippy-clojure (3.1.3-3) unstable; urgency=medium

  * add missing jars on classpath
  * d/control: rework dependencies

 -- Jérôme Charaoui <email address hidden>  Wed, 25 Jan 2023 21:56:29 -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
nippy-clojure_3.1.3-3.dsc 1.7 KiB 64b328b54b12edbce87799582f36ef662542db4d5b7b7b81ee414822d64e91ce
nippy-clojure_3.1.3.orig.tar.xz 59.6 KiB c8e1ffbda9f2a2b5c6aed7259bebd8128f50eaa80ead9dfbff69b18d7858bd80
nippy-clojure_3.1.3-3.debian.tar.xz 7.6 KiB 1c53dddab41e9871864645bc15f4f26bbfa111deb00bf7d1864a87ea580d4e18

Available diffs

No changes file available.

Binary packages built by this source

libnippy-clojure: High-performance serialization library for Clojure

 the fastest serialization library for Clojure
 .
 Clojure's rich data types are awesome. And its reader allows you to take your
 data just about anywhere. But the reader can be painfully slow when you've got
 a lot of data to crunch (like when you're serializing to a database).
 .
 Nippy is an attempt to provide a reliable, high-performance drop-in
 alternative to the reader. Used by the Carmine Redis client, the Faraday
 DynamoDB client, PigPen, Onyx and others.