1
0
Fork 0

Adding debian version 0.10.5-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 08:09:01 +02:00
parent e733edafba
commit c41736f79e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 123 additions and 0 deletions

27
debian/control vendored Normal file
View file

@ -0,0 +1,27 @@
Source: golang-github-goccy-go-json
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-francoispqt-gojay-dev,
golang-github-mailru-easyjson-dev,
golang-github-pquerna-ffjson-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/goccy/go-json
Vcs-Browser: https://forgejo.debian.net/beszel/golang-github-goccy-go-json
Vcs-Git: https://forgejo.debian.net/beszel/golang-github-goccy-go-json
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/goccy/go-json
Package: golang-github-goccy-go-json-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: JSON encoder/decoder compatible with encoding/json (Go library)
go-json is Go library to encode and decode JSON.