Source: golang-github-toitware-ubjson
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Toit contributors <contact@toit.io>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-toitware-ubjson
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-toitware-ubjson.git
Homepage: https://github.com/toitware/ubjson
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/toitware/ubjson

Package: golang-github-toitware-ubjson-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: Go library for the Universal Binary JSON (UBJSON) format
 This package provides a Go implementation of the Universal Binary JSON (UBJSON)
 format, a binary serialization format that is compatible with JSON.
