Binary package “libnippy-clojure” in ubuntu lunar

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.