Ecosyste.ms: Summary

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

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

haskell-library language-server-protocol

Score: 21.203633348897196

Last synced: about 1 hour ago
JSON representation

Repository metadata:

Haskell library for the Microsoft Language Server Protocol


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 1,260
Total Committers: 71
Avg Commits per committer: 17.746
Development Distribution Score (DDS): 0.594

Commits in past year: 106
Committers in past year: 11
Avg Commits per committer in past year: 9.636
Development Distribution Score (DDS) in past year: 0.33

Name Email Commits
Luke Lau l****u@i****m 512
Alan Zimmerman a****m@g****m 195
Michael Peyton Jones m****e@m****m 138
jneira a****b@g****m 74
Zubin Duggal z****l@g****m 44
Zubin Duggal z****n@c****n 43
Nathan Maxson j****s@g****m 25
Ting-Gian LUA b****n@g****m 24
Moritz Kiefer m****r@p****g 19
Matthew Pickering m****g@g****m 19
fendor p****s@g****m 13
Tom McLaughlin t****m@c****o 11
Pepe Iborra p****a@g****m 10
Tom McLaughlin p****7@g****m 9
Andreas Källberg a****3@g****m 9
July541 j****e@g****m 8
kokobd c****t@z****t 8
Bodigrim a****o@g****m 6
strager s****s@g****m 6
Denys Zadorozhnyi d****s@z****m 5
Adam Walker a****0@g****m 5
David Millar-Durrant d****t@g****m 4
Jonathan Coates g****t@s****c 4
Jose Lorenzo Rodriguez j****p@g****m 3
Potato Hatsue 1****7@q****m 3
Jan Hrček h****k@g****m 3
Ben Gamari b****n@s****g 3
Alan Zimmerman a****z@a****2 3
saitmilk 3****k 2
askeblad 7****d 2
and 41 more...

Issue and Pull Request metadata

Last synced: about 1 hour ago

Total issues: 184
Total pull requests: 395
Average time to close issues: 6 months
Average time to close pull requests: 12 days
Total issue authors: 76
Total pull request authors: 63
Average comments per issue: 2.41
Average comments per pull request: 1.55
Merged pull request: 365
Bot issues: 0
Bot pull requests: 0

Past year issues: 32
Past year pull requests: 75
Past year average time to close issues: 9 days
Past year average time to close pull requests: 3 days
Past year issue authors: 11
Past year pull request authors: 10
Past year average comments per issue: 2.78
Past year average comments per pull request: 0.85
Past year merged pull request: 67
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • michaelpj (24)
  • bubba (22)
  • alanz (12)
  • jneira (8)
  • noughtmare (7)
  • pepeiborra (6)
  • isovector (6)
  • sjakobi (5)
  • yav (5)
  • July541 (5)
  • kokobd (3)
  • fwcd (3)
  • andreasabel (3)
  • simonjwinwood (3)
  • kirelagin (2)

Top Pull Request Authors

  • michaelpj (88)
  • bubba (61)
  • wz1000 (42)
  • alanz (36)
  • thomasjm (17)
  • cocreature (11)
  • jneira (11)
  • pepeiborra (10)
  • joyfulmantis (8)
  • jhrcek (7)
  • kokobd (6)
  • strager (6)
  • fendor (6)
  • Bodigrim (6)
  • mpickering (5)

Top Issue Labels

  • type: enhancement (22)
  • type: bug (21)
  • good first issue (13)
  • type: spec compliance (10)
  • type: refactor (10)
  • component: lsp-test (7)
  • ZuriHac (7)
  • help wanted (7)
  • type: build (4)
  • status: need confirmation (3)
  • type: question (2)
  • type: discussion - decision needed (2)
  • priority: high (1)
  • os: windows (1)
  • component: lsp-types (1)
  • type: meta (1)
  • type: testing (1)

Top Pull Request Labels

  • merge me (15)
  • type: spec compliance (1)
  • type: build (1)
  • component: lsp-types (1)

Package metadata

hackage.haskell.org: lsp-types

An implementation of the types to allow language implementors to support the Language Server Protocol for their specific language.

  • Homepage: https://github.com/haskell/lsp
  • Licenses: MIT
  • Latest release: 2.2.0.0 (published 10 days ago)
  • Last Synced: 2024-05-08T13:13:24.236Z (2 days ago)
  • Versions: 19
  • Dependent Packages: 26
  • Dependent Repositories: 34
  • Downloads: 13,679 Total
  • Rankings:
    • Dependent packages count: 1.012%
    • Stargazers count: 3.719%
    • Forks count: 4.346%
    • Average: 5.899%
    • Dependent repos count: 9.048%
    • Downloads: 11.37%
  • Maintainers (7)
hackage.haskell.org: lsp-test

A test framework for writing tests against Language Server Protocol servers. Language.LSP.Test launches your server as a subprocess and allows you to simulate a session down to the wire. To see examples of it in action, check out haskell-ide-engine, haskell-language-server and ghcide.

  • Homepage: https://github.com/haskell/lsp/blob/master/lsp-test/README.md
  • Licenses: BSD-3-Clause
  • Latest release: 0.17.0.2 (published 1 day ago)
  • Last Synced: 2024-05-10T15:18:56.566Z (about 1 hour ago)
  • Versions: 52
  • Dependent Packages: 4
  • Dependent Repositories: 19
  • Downloads: 31,828 Total
  • Rankings:
    • Stargazers count: 3.719%
    • Forks count: 4.346%
    • Dependent packages count: 4.566%
    • Downloads: 4.583%
    • Average: 5.979%
    • Dependent repos count: 12.682%
  • Maintainers (6)
hackage.haskell.org: lsp

An implementation of the types, and basic message server to allow language implementors to support the Language Server Protocol for their specific language. An example of this is for Haskell via the Haskell Language Server, at https://github.com/haskell/haskell-language-server

  • Homepage: https://github.com/haskell/lsp
  • Licenses: MIT
  • Latest release: 2.6.0.0 (published 1 day ago)
  • Last Synced: 2024-05-10T15:18:56.534Z (about 1 hour ago)
  • Versions: 16
  • Dependent Packages: 36
  • Dependent Repositories: 29
  • Downloads: 11,549 Total
  • Rankings:
    • Dependent packages count: 0.74%
    • Stargazers count: 3.719%
    • Forks count: 4.346%
    • Average: 6.412%
    • Dependent repos count: 9.76%
    • Downloads: 13.495%
  • Maintainers (6)

Dependencies

lsp-test/func-test/func-test.cabal hackage
  • async >=2.0 test
  • base <4.16 test
  • data-default * test
  • hspec * test
  • lens * test
  • lsp * test
  • lsp-test * test
  • process * test
  • unliftio * test
lsp-test/lsp-test.cabal hackage
  • base * benchmark
  • extra * benchmark
  • lsp * benchmark
  • lsp-test * benchmark
  • process * benchmark
  • lsp * build
  • Diff >=0.3
  • Glob >=0.9 && <0.11
  • Win32 *
  • aeson *
  • aeson-pretty *
  • ansi-terminal *
  • async >=2.0
  • base >=4.10 && <5
  • bytestring *
  • co-log-core *
  • conduit *
  • conduit-parse ==0.2.*
  • containers >=0.5.9
  • data-default *
  • directory *
  • filepath *
  • lens *
  • lsp ==1.5.*
  • lsp-types ==1.5.*
  • mtl <2.4
  • parser-combinators >=1.2
  • process >=1.6
  • some *
  • text *
  • time *
  • transformers *
  • unix *
  • unordered-containers *
  • aeson * test
  • base * test
  • base >=4.10 && <5 test
  • co-log-core * test
  • data-default * test
  • directory * test
  • filepath * test
  • hspec * test
  • lens * test
  • lsp ==1.5.* test
  • lsp * test
  • lsp-test * test
  • mtl <2.4 test
  • parser-combinators * test
  • process * test
  • text * test
  • unliftio * test
  • unordered-containers * test
lsp-types/lsp-types.cabal hackage
  • Diff >=0.2
  • aeson >=1.2.2.0
  • base >=4.11 && <5
  • binary *
  • containers *
  • data-default *
  • deepseq *
  • dlist *
  • filepath *
  • hashable *
  • lens >=4.15.2
  • mod *
  • mtl <2.4
  • network-uri >=2.6
  • scientific *
  • some *
  • template-haskell *
  • text *
  • unordered-containers *
.github/workflows/haskell.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • haskell/actions/setup v2 composite
.github/workflows/nix.yaml actions
  • actions/checkout v3 composite
  • cachix/install-nix-action v18 composite