Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/ndmitchell/uniplate

Last synced: about 3 hours ago

Repository metadata:

Haskell library for simple, concise and fast generic operations.


Owner metadata:


Committers metadata

Last synced: 9 days ago

Total Commits: 695
Total Committers: 6
Avg Commits per committer: 115.833
Development Distribution Score (DDS): 0.017

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Neil Mitchell n****l@g****m 683
[email protected] u****n 7
Nicolas Pouillard n****d@g****m 2
Dmitry Kovanikov k****v@g****m 1
Jacek Generowicz j****g@m****t 1
Felix Yan f****s@a****g 1

Issue and Pull Request metadata

Last synced: about 3 hours ago


Package metadata

hackage: uniplate

Uniplate is library for writing simple and concise generic operations. Uniplate has similar goals to the original Scrap Your Boilerplate work, but is substantially simpler and faster. To get started with Uniplate you should import one of the three following modules: Data.Generics.Uniplate.Data - to quickly start writing generic functions. Most users should start by importing this module. Data.Generics.Uniplate.Direct - a replacement for Data.Generics.Uniplate.Data with substantially higher performance (around 5 times), but requires writing instance declarations. Data.Generics.Uniplate.Operations - definitions of all the operations defined by Uniplate. Both the above two modules re-export this module. In addition, some users may want to make use of the following modules: Data.Generics.Uniplate.Zipper - a zipper built on top of Uniplate instances. Data.Generics.SYB - users transitioning from the Scrap Your Boilerplate library. Data.Generics.Compos - users transitioning from the Compos library. Data.Generics.Uniplate.DataOnly - users making use of both Data and Direct to avoid getting instance conflicts.

  • Homepage: https://github.com/ndmitchell/uniplate#readme
  • Licenses: BSD-3-Clause
  • Latest release: 1.6.13 (published about 4 years ago)
  • Last Synced: 2024-11-09T00:44:09.720Z (1 day ago)
  • Versions: 24
  • Dependent Packages: 26
  • Dependent Repositories: 583
  • Downloads: 162,414 Total
  • Docker Downloads: 35
  • Rankings:
    • Docker downloads count: 0.175%
    • Downloads: 0.678%
    • Dependent repos count: 0.712%
    • Dependent packages count: 1.187%
    • Average: 4.282%
    • Stargazers count: 9.862%
    • Forks count: 13.077%
  • Maintainers (1)

Dependencies

uniplate.cabal hackage
  • base >=4.10 && <5
  • containers *
  • ghc-prim *
  • hashable >=1.1.2.3
  • syb *
  • unordered-containers >=0.2.1
.github/workflows/ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v2 composite
  • ndmitchell/neil master composite