File: control

package info (click to toggle)
ruby-doorkeeper 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,396 kB
  • sloc: ruby: 8,865; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,050 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
Source: ruby-doorkeeper
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-railties (>= 4.2~),
               ruby-rspec
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-doorkeeper.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-doorkeeper
Homepage: https://github.com/doorkeeper-gem/doorkeeper
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-doorkeeper
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-railties (>= 4.2~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: OAuth 2 provider for Rails and Grape
 Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider
 functionality to your Rails or Grape application.
 .
 Learn more about it from /usr/share/doc/ruby-doorkeeper/README.md