ribosome

A Neovim plugin host and framework for Haskell

https://github.com/tek/ribosome

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords

haskell neovim polysemy
Last synced: 6 months ago · JSON representation

Repository

A Neovim plugin host and framework for Haskell

Basic Info
Statistics
  • Stars: 19
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
haskell neovim polysemy
Created about 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme

readme.md

Overview

Ribosome is a suite of libraries for building Neovim remote plugins in Haskell, using the algebraic effect system Polysemy as its foundation.

Its components are:

Quickstart

Install the Nix package manager and generate a skeleton project by running:

bash $ nix run 'github:tek/ribosome#new'

The new project will contain configuration for Github Actions that release binary executables on each push that will be downloaded automatically when a user starts the plugin for the first time, with support for pushing to and downloading from Cachix.

After initial generation, the Github Actions and Neovim boot files can be regenerated by running:

bash $ nix run '.#boot'

Owner

  • Name: Torsten Schmits
  • Login: tek
  • Kind: user
  • Location: Berlin
  • Company: @tweag

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 860
  • Total Committers: 2
  • Avg Commits per committer: 430.0
  • Development Distribution Score (DDS): 0.464
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Torsten Schmits g****t@t****o 461
Torsten Schmits t****s@g****m 399
Committer Domains (Top 20 + Academic)
tryp.io: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • erutan2099 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 3,121 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 243
  • Total maintainers: 1
pypi.org: ribosome

neovim plugin framework

  • Versions: 243
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 3,121 Last month
Rankings
Dependent packages count: 10.1%
Stargazers count: 14.2%
Downloads: 14.9%
Average: 18.1%
Dependent repos count: 21.6%
Forks count: 29.8%
Maintainers (1)
tek
Last synced: about 1 year ago

Dependencies

packages/app/ribosome-app.cabal hackage
  • base >=4.12 && <5
  • exon *
  • optparse-applicative *
  • path *
  • path-io *
  • polysemy *
  • polysemy-chronos *
  • polysemy-plugin *
  • prelate >=0.1
  • rainbow *
  • ribosome-app *
  • ribosome-host *
  • base >=4.12 && <5 test
  • chronos * test
  • path * test
  • polysemy * test
  • polysemy-plugin * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome-app * test
  • tasty * test
packages/host/ribosome-host.cabal hackage
  • aeson >=2
  • base >=4.12 && <5
  • casing *
  • cereal *
  • chronos *
  • exon *
  • first-class-families *
  • flatparse *
  • generics-sop *
  • messagepack *
  • network *
  • optparse-applicative *
  • path *
  • polysemy *
  • polysemy-chronos *
  • polysemy-log *
  • polysemy-plugin *
  • polysemy-process *
  • prelate >=0.1
  • template-haskell *
  • text *
  • type-errors-pretty *
  • typed-process *
  • base >=4.12 && <5 test
  • chronos * test
  • deepseq * test
  • exon * test
  • hedgehog * test
  • messagepack * test
  • optparse-applicative * test
  • path * test
  • polysemy * test
  • polysemy-chronos * test
  • polysemy-conc * test
  • polysemy-plugin * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome-host * test
  • tasty * test
packages/host-test/ribosome-host-test.cabal hackage
  • base >=4.12 && <5
  • chronos *
  • hedgehog *
  • polysemy *
  • polysemy-chronos *
  • polysemy-plugin *
  • polysemy-test *
  • prelate >=0.1
  • ribosome-host *
packages/integration/integration.cabal hackage
  • base >=4.12 && <5
  • messagepack *
  • polysemy *
  • polysemy-plugin *
  • prelate >=0.1
  • ribosome *
  • ribosome-host *
  • base >=4.12 && <5 test
  • exon * test
  • hedgehog * test
  • integration * test
  • path * test
  • path-io * test
  • polysemy * test
  • polysemy-chronos * test
  • polysemy-conc * test
  • polysemy-plugin * test
  • polysemy-process * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome * test
  • ribosome-host * test
  • ribosome-host-test * test
  • ribosome-test * test
  • tasty * test
  • typed-process * test
packages/integration/test/fixtures/plugin/packages/test-plugin/test-plugin.cabal hackage
  • base >=4.12 && <5
  • incipit *
  • integration *
  • polysemy *
  • polysemy-plugin *
packages/menu/ribosome-menu.cabal hackage
  • base >=4.12 && <5 benchmark
  • criterion * benchmark
  • exon * benchmark
  • microlens * benchmark
  • path * benchmark
  • polysemy * benchmark
  • polysemy-conc * benchmark
  • polysemy-plugin * benchmark
  • polysemy-test * benchmark
  • prelate >=0.1 benchmark
  • ribosome * benchmark
  • ribosome-host * benchmark
  • ribosome-menu * benchmark
  • streamly * benchmark
  • base >=4.12 && <5
  • bytestring-trie *
  • exon *
  • extra *
  • fuzzyfind *
  • generic-lens *
  • lens-regex-pcre *
  • microlens-mtl *
  • pcre-light *
  • polysemy *
  • polysemy-chronos *
  • polysemy-conc *
  • polysemy-plugin *
  • prelate >=0.1
  • ribosome *
  • ribosome-host *
  • streamly *
  • base >=4.12 && <5 test
  • exon * test
  • hedgehog * test
  • microlens-mtl * test
  • polysemy * test
  • polysemy-chronos * test
  • polysemy-plugin * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome * test
  • ribosome-host * test
  • ribosome-host-test * test
  • ribosome-menu * test
  • ribosome-test * test
  • streamly * test
  • tasty * test
  • tasty-hedgehog * test
  • transformers * test
packages/ribosome/ribosome.cabal hackage
  • aeson *
  • base >=4.12 && <5
  • exon *
  • extra *
  • messagepack *
  • optparse-applicative *
  • path *
  • path-io *
  • polysemy *
  • polysemy-plugin *
  • prelate >=0.1
  • prettyprinter *
  • ribosome-host *
  • base >=4.12 && <5 test
  • exon * test
  • hedgehog * test
  • messagepack * test
  • path * test
  • polysemy * test
  • polysemy-conc * test
  • polysemy-plugin * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome * test
  • ribosome-host * test
  • ribosome-host-test * test
  • tasty * test
packages/test/ribosome-test.cabal hackage
  • base >=4.12 && <5
  • chiasma *
  • chiasma-test *
  • exon *
  • hedgehog *
  • lens-regex-pcre *
  • path *
  • path-io *
  • polysemy *
  • polysemy-chronos *
  • polysemy-plugin *
  • polysemy-test *
  • prelate >=0.1
  • ribosome *
  • ribosome-host *
  • ribosome-host-test *
  • base >=4.12 && <5 test
  • exon * test
  • polysemy * test
  • polysemy-plugin * test
  • polysemy-test * test
  • prelate >=0.1 test
  • ribosome * test
  • ribosome-host * test
  • ribosome-test * test
  • tasty * test
.github/workflows/push.yml actions
  • actions/checkout v2.4.0 composite
  • cachix/cachix-action v10 composite
  • cachix/install-nix-action v15 composite
packages/app/test/fixtures/new-project/action.yml actions