File: control

package info (click to toggle)
golang-github-thomsonreuterseikon-go-ntlm 0.0~git20151030.0.b00ec39-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-thomsonreuterseikon-go-ntlm
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@gmail.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/ThomsonReutersEikon/go-ntlm
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-thomsonreuterseikon-go-ntlm.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-thomsonreuterseikon-go-ntlm.git
XS-Go-Import-Path: github.com/ThomsonReutersEikon/go-ntlm

Package: golang-github-thomsonreuterseikon-go-ntlm-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: NTLM Implementation for Go
 This is a native implementation of NTLM for Go
 that was implemented using the Microsoft MS-NLMP documentation available
 at http://msdn.microsoft.com/en-us/library/cc236621.aspx.  The library
 is currently in use and has been tested with connectionless NTLMv1 and
 v2 with and without extended session security.