File: control

package info (click to toggle)
golang-github-samber-lo 1.38.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: makefile: 35
file content (30 lines) | stat: -rw-r--r-- 1,225 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
25
26
27
28
29
30
Source: golang-github-samber-lo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev <!nocheck>,
               golang-github-thoas-go-funk-dev,
               golang-golang-x-exp-dev
Standards-Version: 4.6.2
Homepage: https://github.com/samber/lo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-samber-lo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-samber-lo.git
XS-Go-Import-Path: github.com/samber/lo
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-samber-lo-dev
Architecture: all
Depends: golang-github-thoas-go-funk-dev,
         golang-golang-x-exp-dev,
         ${misc:Depends}
Description: Lodash-style Go library based on Go generics
 This package provides Lodash-style Go library based on Go generics.
 .
 The benchmarks demonstrate that generics will be much faster than
 implementations based on the "reflect" package. The benchmarks also show
 similar performance gains compared to pure "for" loops.