File: control

package info (click to toggle)
golang-github-odeke-em-ripper 0.0~git20150415.0.bd1a682-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 96 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,298 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
Source: golang-github-odeke-em-ripper
Section: devel
Priority: optional
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/odeke-em/ripper
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-odeke-em-ripper.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-odeke-em-ripper.git
XS-Go-Import-Path: github.com/odeke-em/ripper

Package: golang-github-odeke-em-ripper-dev
Architecture: all
Depends: golang-go,
         ${misc:Depends}
Description: scrape licenses out of files -- library
 Ripper inspect source files and show the license if it found. It
 support directories, files or URI repositories as argument.
 .
 This package provides ripper library to use in others Golang programs.

Package: ripper
Architecture: linux-any
Depends: golang-go,
         ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: scrape licenses out of files
 Ripper inspect source files and show the license if it found. It
 support directories, files or URI repositories as argument.
 .
 This package provides command-line to use alone or embbed in others
 programs.