File: control

package info (click to toggle)
golang-github-knqyf263-nested 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,053 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
Source: golang-github-knqyf263-nested
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
	, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.1
Homepage: https://github.com/knqyf263/nested
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-knqyf263-nested
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-knqyf263-nested.git
XS-Go-Import-Path: github.com/knqyf263/nested
Testsuite: autopkgtest-pkg-go

Package: golang-github-knqyf263-nested-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Golang library for easier way to handle the nested data structure
 nested is a golang library that this provides functionality to easily handle
 nested data structures.
 .
 This library provides functions for set, get and delete data, and converting
 and getting data into integer and etc.