Source: golang-github-tonistiigi-fsutil Maintainer: Debian Go Packaging Team Uploaders: Tong Sun Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, gogoprotobuf, golang-any, golang-github-containerd-continuity-dev, golang-github-docker-docker-dev , golang-github-moby-patternmatcher-dev, golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev , golang-google-protobuf-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-fsutil Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-fsutil.git Homepage: https://github.com/tonistiigi/fsutil Rules-Requires-Root: no XS-Go-Import-Path: github.com/tonistiigi/fsutil Package: golang-github-tonistiigi-fsutil-dev Architecture: all Depends: golang-github-containerd-continuity-dev, golang-github-moby-patternmatcher-dev, golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-google-protobuf-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, ${misc:Depends} Breaks: golang-github-docker-docker-dev (<< 27.5.1) Description: Incremental file directory sync tools (library) This package provides utilities for efficient incremental copying and synchronisation of directory trees in Go. . It implements several strategies including: * tar-based copy (CopyWithTar) * content-addressed copy (CPA) * diff-based copy (DiffCopy) * incremental diff copy with change detection * rsync-like incremental transfer . The library is designed for use in container image layering, build systems, and any scenario requiring fast, minimal-data directory synchronisation. . This package contains the source and development files.