File: control

package info (click to toggle)
golang-github-mattn-go-ciede2000 0~20170301-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,004 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
Source: golang-github-mattn-go-ciede2000
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-ciede2000
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-ciede2000
Homepage: https://github.com/mattn/go-ciede2000
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mattn/go-ciede2000

Package: golang-github-mattn-go-ciede2000-dev
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: Go implementation of the CIE Delta E 2000 Color-Difference algorithm
 This package provides the Go implementation of the CIE Delta E 2000
 Color-Difference algorithm.
 .
 This is a golang port of https://github.com/gfiumara/CIEDE2000.