1
0
Fork 0

Adding debian version 0.0~git20221030.f2a1913-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 22:29:31 +02:00
parent 2ef6a43d9f
commit 41d88f446b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 109 additions and 0 deletions

24
debian/control vendored Normal file
View file

@ -0,0 +1,24 @@
Source: golang-github-go-ap-jsonld
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/go-ap/jsonld
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-go-ap-jsonld
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-go-ap-jsonld
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-ap/jsonld
Package: golang-github-go-ap-jsonld-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: JSON encoding with some JSON-ld improvements (Go library)
JSON-ld is a Go library to encode JSON with some JSON-ld improvements.