Source: golang-bazil-fuse
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-sys-dev
Standards-Version: 4.2.1
Homepage: https://bazil.org/fuse/
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-bazil-fuse
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-bazil-fuse.git
XS-Go-Import-Path: bazil.org/fuse

Package: golang-bazil-fuse-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-net-dev,
         golang-golang-x-sys-dev
Description: FUSE library for Go
 bazil.org/fuse is a Go library for writing FUSE userspace filesystems.
 .
 It is a from-scratch implementation of the kernel-userspace communication
 protocol, and does not use the C library from the project called FUSE.
 bazil.org/fuse embraces Go fully for safety and ease of programming.