File: control

package info (click to toggle)
ruby-ntlm 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: ruby: 2,742; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,106 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
Source: ruby-ntlm
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               pry,
               rake,
               ruby-rspec,
               ruby-simplecov
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ntlm.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ntlm
Homepage: https://github.com/winrb/rubyntlm
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-ntlm
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: NTLM authentication client for Ruby
 NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft
 network protocol implementations. It employs a challenge-response mechanism
 for authentication, in which clients are able to prove their identities
 without sending a password to the server.
 This Ruby library provides message creator and parser for the NTLM
 authentication. It supports NTLM v1 only.