{"id":21405519,"url":"https://github.com/sagifogel/proptics","last_synced_at":"2025-10-28T02:15:19.878Z","repository":{"id":39659255,"uuid":"226189959","full_name":"sagifogel/Proptics","owner":"sagifogel","description":"Profunctor optics and lenses library for Scala","archived":false,"fork":false,"pushed_at":"2025-06-07T10:41:04.000Z","size":33878,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T11:21:25.314Z","etag":null,"topics":["cats","folds","functional-programming","lenses","lenses-library","optics","prisms","profunctor-optics","scala","spire","traversals"],"latest_commit_sha":null,"homepage":"https://sagifogel.github.io/Proptics","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sagifogel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-05T21:12:00.000Z","updated_at":"2025-06-07T10:38:16.000Z","dependencies_parsed_at":"2024-02-06T13:19:28.457Z","dependency_job_id":"590dd319-b4f5-41d3-b14c-2b6039a16507","html_url":"https://github.com/sagifogel/Proptics","commit_stats":{"total_commits":1691,"total_committers":11,"mean_commits":"153.72727272727272","dds":0.5493790656416322,"last_synced_commit":"0452994b22ac31685b3669ebecf2f7cbb659010b"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/sagifogel/Proptics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagifogel%2FProptics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagifogel%2FProptics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagifogel%2FProptics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagifogel%2FProptics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagifogel","download_url":"https://codeload.github.com/sagifogel/Proptics/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagifogel%2FProptics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220095,"owners_count":23729761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cats","folds","functional-programming","lenses","lenses-library","optics","prisms","profunctor-optics","scala","spire","traversals"],"created_at":"2024-11-22T16:26:17.933Z","updated_at":"2025-10-28T02:15:19.797Z","avatar_url":"https://github.com/sagifogel.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Proptics Logo](./proptics.png)\n\n[![CI](https://github.com/sagifogel/Proptics/actions/workflows/ci.yml/badge.svg)](https://github.com/sagifogel/Proptics/actions/workflows/ci.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.sagifogel/proptics-core_2.13.svg?color=32c954)](https://maven-badges.herokuapp.com/maven-central/io.github.sagifogel/proptics-core_2.13)\n[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)\n\n### Overview\n\nProptics is a Profunctor Optics and Lenses library for [Scala programming language](https://scala-lang.org).\u003c/br\u003e\nIt uses a Profunctor encoding for its internal representation of optics, you can learn about profunctors in the [profunctor](https://sagifogel.github.io/Proptics/docs/profunctors/profunctor) guide.\u003c/br\u003e\nProptics is available for Scala 2.12, Scala 2.13, Scala 3.0, and [Scala.js](http://www.scala-js.org/),\nand is built on top of [Cats](https://typelevel.org/cats/), and [Spire](https://typelevel.org/spire/).\n\n\n### Getting Started\n\nAdd to your `build.sbt`\n```scala\nlibraryDependencies ++= Seq(\n  \"io.github.sagifogel\" %% \"proptics-core\" % \"0.5.2\",\n  \"io.github.sagifogel\" %% \"proptics-profunctor\" % \"0.5.2\",\n  \"io.github.sagifogel\" %% \"proptics-macros\" % \"0.5.2\"\n)\n```\n\nQuick links:\n\n* [Website][website]\n* [Guide][guide]\n\n[website]: https://sagifogel.github.io/Proptics/\n[guide]: https://sagifogel.github.io/Proptics/docs/overview\n[proptics-api]: https://sagifogel.github.io/Proptics/api/proptics/\n\n### Documentation\n\n* There is a Scaladoc API documentation for the [library][proptics-api], which includes optics ([Lens](https://sagifogel.github.io/Proptics/api/proptics/Lens_), [Traversal](https://sagifogel.github.io/Proptics/api/proptics/Traversal_) [Fold](https://sagifogel.github.io/Proptics/api/proptics/Fold_), and more)\n  [Profunctors](https://sagifogel.github.io/Proptics/api/proptics/profunctor/), and [Data types](https://sagifogel.github.io/Proptics/api/proptics/internal/) \u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagifogel%2Fproptics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagifogel%2Fproptics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagifogel%2Fproptics/lists"}