com.rpl/nippy-serializable-fns

An extension for Nippy that allows freezing and thawing Clojure fns.

Leiningen/Boot

[com.rpl/nippy-serializable-fns "0.1.0"]

Clojure CLI/deps.edn

com.rpl/nippy-serializable-fns {:mvn/version "0.1.0"}

Gradle

implementation("com.rpl:nippy-serializable-fns:0.1.0")

Maven

<dependency>
  <groupId>com.rpl</groupId>
  <artifactId>nippy-serializable-fns</artifactId>
  <version>0.1.0</version>
</dependency>