Ecosyste.ms: Summary

An open API service providing a high level summary for open source projects.

Haskell: https://github.com/haskell/c2hs

Score: 20.73217979728977

Last synced: about 2 hours ago
JSON representation

Repository metadata:

c2hs is a pre-processor for Haskell FFI bindings to C libraries


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 812
Total Committers: 59
Avg Commits per committer: 13.763
Development Distribution Score (DDS): 0.656

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

Name Email Commits
Ian Ross i****n@s****t 279
Duncan Coutts d****s@w****k 134
chak n****e 105
Duncan Coutts d****n@h****g 60
Manuel M T Chakravarty c****k@c****u 41
benedikt.huber b****r@g****m 35
Aditya Siram a****m@g****m 18
Ian Ross i****s@c****g 16
Andreas Abel a****l@i****e 14
jwlato j****o@g****m 13
Jelmer Vernooij j****r@s****g 7
Udo Stenzel u****l@w****e 7
Boyun Tang t****n@h****m 6
Lennart Kolmodin k****n@g****m 5
Anton Dessiatov a****v@g****m 5
Andy Adams-Moran a****n@g****m 4
Felix Yan f****s@a****g 4
Michael Steele m****1@g****m 3
josh j****h@j****g 3
Anthony Cowley a****y@g****m 2
Bertram Felgenhauer i****e@g****e 2
Dmitry Astapov d****v@g****m 2
Einar Karttunen e****n@c****i 2
Eric Lindblad a****d@o****m 2
Index Int v****6@g****m 2
Noam Lewis n****s@e****m 2
Philipp Balzarek p****k@g****m 2
Sivert Berg c****e@t****s 2
Vanessa McHale v****e@i****o 2
bgamari.foss b****s@g****m 2
and 29 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 312
Total pull requests: 74
Average time to close issues: 3 months
Average time to close pull requests: about 1 month
Total issue authors: 103
Total pull request authors: 39
Average comments per issue: 2.78
Average comments per pull request: 2.05
Merged pull request: 68
Bot issues: 0
Bot pull requests: 0

Past year issues: 4
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: about 1 month
Past year issue authors: 4
Past year pull request authors: 2
Past year average comments per issue: 1.25
Past year average comments per pull request: 0.0
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/haskell/c2hs

Top Issue Authors

  • ian-ross (109)
  • RyanGlScott (14)
  • Magicloud (11)
  • EJahren (5)
  • kolmodin (5)
  • wdanilo (5)
  • KaneTW (4)
  • deech (4)
  • merijn (4)
  • mietek (4)
  • mikesteele81 (4)
  • albertov (4)
  • sebeaumont (4)
  • snoyberg (4)
  • trofi (4)

Top Pull Request Authors

  • deech (7)
  • ghost (6)
  • felixonmars (4)
  • watashi (4)
  • int-index (3)
  • sivertb (3)
  • andreasabel (3)
  • CindyLinz (2)
  • RyanGlScott (2)
  • phaazon (2)
  • tangboyun (2)
  • merijn (2)
  • vmchale (2)
  • Philonous (2)
  • j-keck (2)

Top Issue Labels

  • bug (104)
  • enhancement (43)
  • macos (6)
  • wontfix (4)
  • duplicate (2)
  • not-a-bug (2)
  • windows (1)
  • clang (1)

Top Pull Request Labels


Package metadata

hackage.haskell.org: c2hs

C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsc2hs), this ensures that C functions are imported with the correct Haskell types.

  • Homepage: https://github.com/haskell/c2hs
  • Licenses: GPL-2.0-only
  • Latest release: 0.28.8 (published almost 3 years ago)
  • Last Synced: 2024-04-23T20:05:03.317Z (2 days ago)
  • Versions: 31
  • Dependent Packages: 0
  • Dependent Repositories: 155
  • Downloads: 62,713 Total
  • Rankings:
    • Downloads: 2.125%
    • Dependent repos count: 3.25%
    • Forks count: 5.567%
    • Stargazers count: 6.019%
    • Average: 7.246%
    • Dependent packages count: 19.271%
  • Maintainers (3)

Dependencies

.github/workflows/haskell-ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
c2hs.cabal hackage
  • array *
  • base *
  • base >=2 && <5
  • base <3
  • base >=3
  • bytestring *
  • containers *
  • directory *
  • dlist *
  • fail *
  • filepath *
  • language-c >=0.7.1 && <0.10
  • pretty *
  • process *
  • shelly >=1.9.0
  • text *
  • yaml >=0.8
  • HUnit * test
  • base * test
  • filepath * test
  • ghc-paths * test
  • shelly >=1.9.0 test
  • test-framework * test
  • test-framework-hunit * test
  • text * test
  • transformers * test