Skip to content

daniel-jasinski/Proptics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3.2",
  "io.github.sagifogel" %% "proptics-profunctor" % "0.3.2"
)

Quick links:

Documentation

About

Profunctor optics and lenses library for Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.2%
  • Other 0.8%