An open API service for producing an overview of a list of open source projects.

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

haskell-library language-server-protocol

Score: 21.593005615107096

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: 13 days ago

Total Commits: 1,293
Total Committers: 72
Avg Commits per committer: 17.958
Development Distribution Score (DDS): 0.604

Commits in past year: 15
Committers in past year: 7
Avg Commits per committer in past year: 2.143
Development Distribution Score (DDS) in past year: 0.8

Name Email Commits
Luke Lau l****u@i****m 512
Alan Zimmerman a****m@g****m 195
Michael Peyton Jones m****e@m****m 152
Zubin Duggal z****l@g****m 87
jneira a****b@g****m 74
Nathan Maxson j****s@g****m 25
Ting-Gian LUA b****n@g****m 24
Tom McLaughlin t****m@c****o 20
Moritz Kiefer m****r@p****g 19
Matthew Pickering m****g@g****m 19
fendor p****s@g****m 16
Pepe Iborra p****a@g****m 11
Andreas Källberg a****3@g****m 9
Bodigrim a****o@g****m 8
kokobd c****t@z****t 8
July541 j****e@g****m 8
strager s****s@g****m 6
Patrick Wales f****2@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
Jan Hrček h****k@g****m 4
Potato Hatsue 1****7@q****m 3
Jose Lorenzo Rodriguez j****p@g****m 3
Mango The Fourth 4****V 3
Ben Gamari b****n@s****g 3
Alan Zimmerman a****z@a****2 3
Matt Friede f****3@h****m 2
Anton Desyatov a****v@g****m 2
and 42 more...

Issue and Pull Request metadata

Last synced: 19 days ago

Total issues: 204
Total pull requests: 453
Average time to close issues: 6 months
Average time to close pull requests: 12 days
Total issue authors: 86
Total pull request authors: 68
Average comments per issue: 2.35
Average comments per pull request: 1.48
Merged pull request: 409
Bot issues: 1
Bot pull requests: 1

Past year issues: 11
Past year pull requests: 20
Past year average time to close issues: 5 days
Past year average time to close pull requests: 17 days
Past year issue authors: 9
Past year pull request authors: 6
Past year average comments per issue: 1.64
Past year average comments per pull request: 1.1
Past year merged pull request: 13
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 (31)
  • bubba (21)
  • alanz (12)
  • jneira (8)
  • noughtmare (7)
  • sjakobi (6)
  • isovector (6)
  • pepeiborra (6)
  • yav (5)
  • fwcd (4)
  • July541 (4)
  • simonjwinwood (3)
  • lukel97 (3)
  • kokobd (3)
  • andreasabel (3)

Top Pull Request Authors

  • michaelpj (117)
  • bubba (61)
  • wz1000 (41)
  • alanz (36)
  • thomasjm (17)
  • jneira (11)
  • cocreature (11)
  • fendor (10)
  • Bodigrim (10)
  • pepeiborra (10)
  • jhrcek (9)
  • soulomoon (9)
  • joyfulmantis (8)
  • kokobd (6)
  • strager (6)

Top Issue Labels

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

Top Pull Request Labels

  • merge me (17)
  • 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.3.0.1 (published about 1 year ago)
  • Last Synced: 2026-01-26T02:00:51.005Z (10 days ago)
  • Versions: 21
  • Dependent Packages: 26
  • Dependent Repositories: 34
  • Downloads: 18,005 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.1.1 (published about 1 year ago)
  • Last Synced: 2026-01-26T02:00:54.108Z (10 days ago)
  • Versions: 54
  • Dependent Packages: 4
  • Dependent Repositories: 19
  • Downloads: 35,867 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.7.0.1 (published about 1 year ago)
  • Last Synced: 2026-01-26T02:01:08.463Z (10 days ago)
  • Versions: 18
  • Dependent Packages: 38
  • Dependent Repositories: 29
  • Downloads: 15,453 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