Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.38 KB

README.md

File metadata and controls

38 lines (27 loc) · 2.38 KB

Proptics Logo

CI Maven Central Scala Steward badge

Overview

Proptics is a Profunctor Optics and Lenses library for Scala programming language.
It uses a Profunctor encoding for its internal representation of optics, you can learn about profunctors in the profunctor guide.
Proptics is available for Scala 2.12, Scala 2.13, Scala 3.0, and Scala.js, and is built on top of Cats, and Spire.

Getting Started

Add to your build.sbt

libraryDependencies ++= Seq(
  "io.github.sagifogel" %% "proptics-core" % "0.5.2",
  "io.github.sagifogel" %% "proptics-profunctor" % "0.5.2",
  "io.github.sagifogel" %% "proptics-macros" % "0.5.2"
)

Quick links:

Documentation