1
0
Fork 0
golang-modernc-libc/debian/control
Daniel Baumann 15c91b96b4
Adding debian version 1.65.7-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-20 07:56:52 +02:00

37 lines
1.1 KiB
Text

Source: golang-modernc-libc
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-cznic-fileutil-dev,
golang-github-cznic-mathutil-dev,
golang-github-dustin-go-humanize-dev,
golang-github-google-uuid-dev,
golang-golang-x-exp-dev,
golang-golang-x-sys-dev,
golang-modernc-memory-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://gitlab.com/cznic/libc
Vcs-Browser: https://forgejo.debian.net/gatus/golang-modernc-libc
Vcs-Git: https://forgejo.debian.net/gatus/golang-modernc-libc
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: modernc.org/libc
Package: golang-modernc-libc-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-cznic-fileutil-dev,
golang-github-cznic-mathutil-dev,
golang-github-dustin-go-humanize-dev,
golang-github-google-uuid-dev,
golang-golang-x-exp-dev,
golang-golang-x-sys-dev,
${misc:Depends},
Description: C-runtime services (Go library)
modernc-libc is a Go library that contains a partial reimplementation of C libc
in pure Go.