nippy-clojure 3.1.3-2 source package in Ubuntu

Changelog

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

  * Add missing jar in classpath

 -- Jérôme Charaoui <email address hidden>  Fri, 08 Jul 2022 09:27:29 -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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nippy-clojure_3.1.3-2.dsc 2.2 KiB dbe29454e0b54390983a713a3fc715c16f42e86436905bffc287ba15b14816a0
nippy-clojure_3.1.3.orig.tar.xz 59.6 KiB c8e1ffbda9f2a2b5c6aed7259bebd8128f50eaa80ead9dfbff69b18d7858bd80
nippy-clojure_3.1.3-2.debian.tar.xz 7.6 KiB da130e2adf91ade91e84ea1add51822a2337dd4960c3f04800a39c60be90203f

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.