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.
- Host: GitHub
- URL: https://github.com/ndmitchell/uniplate
- Owner: ndmitchell
- License: other
- Created: 2013-10-11T09:53:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T00:12:14.000Z (about 1 year ago)
- Last Synced: 2024-10-29T20:37:47.741Z (11 days ago)
- Language: Haskell
- Size: 2.83 MB
- Stars: 75
- Watchers: 6
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
- Citation: CITATION.cff
Owner metadata:
- Name: Neil Mitchell
- Login: ndmitchell
- Email:
- Kind: user
- Description: Haskell programmer. All code is open source and licensed by me, not my employer. All views are my own.
- Website: https://ndmitchell.com
- Location: Cambridge, UK
- Twitter: ndm_haskell
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1651197?u=2a7f401a0bc6c1e722d5fbecc923715861c4567c&v=4
- Repositories: 135
- Last Synced at: 2023-04-10T06:01:38.293Z
- Profile URL: https://github.com/ndmitchell
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- hackage: 162,414 total
- Total docker downloads: 35
- Total dependent packages: 26
- Total dependent repositories: 583
- Total versions: 24
- Total maintainers: 1
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
- base >=4.10 && <5
- containers *
- ghc-prim *
- hashable >=1.1.2.3
- syb *
- unordered-containers >=0.2.1
- actions/cache v2 composite
- actions/checkout v2 composite
- haskell/actions/setup v2 composite
- ndmitchell/neil master composite