File: control

package info (click to toggle)
ruby-neovim 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 492 kB
  • sloc: ruby: 3,678; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: ruby-neovim
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jason Pleau <jason@jpleau.ca>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               neovim,
               rake,
               ruby-msgpack (>= 1.0),
               ruby-rspec,
               ruby-multi-json
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-neovim
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-neovim
Homepage: https://github.com/alexgenco/neovim-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-neovim
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-msgpack (>= 1.0),
         ruby-multi-json,
         neovim,
         ${misc:Depends}
Description: Ruby client for Neovim
 Ruby library to control remote neovim instances.
 .
 Can be used as a neovim plugin host, allowing one to write neovim plugins
 completely in ruby.
 .
 It also acts as a compatibility layer for Ruby plugins written for legacy
 vim. The :ruby, :rubyfile, and :rubydo commands are intended to behave the
 same as they did in vim.