Source: golang-github-fkautz-omnitrail-go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-edwarnicke-gitoid-dev,
 golang-github-omnibor-omnibor-go-dev,
 golang-github-stretchr-testify-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fkautz-omnitrail-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fkautz-omnitrail-go.git
Homepage: https://github.com/fkautz/omnitrail-go
XS-Go-Import-Path: github.com/fkautz/omnitrail-go

Package: golang-github-fkautz-omnitrail-go-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-edwarnicke-gitoid-dev,
 golang-github-omnibor-omnibor-go-dev,
 golang-github-stretchr-testify-dev,
 ${misc:Depends},
Description: library to manage directory metadata and file hashes
 Omnitrail-go is a Go library designed to manage and track file and
 directory metadata, including permissions, ownership, and cryptographic
 hashes. It supports various plugins to handle different types of
 metadata and hashing algorithms.
 .
 Features
 .
  * **File Plugin**: Computes SHA1, SHA256, and Gitoid hashes for files.
  * **Directory Plugin**: Manages directory structures and computes
   Gitoid
    hashes for directories.
  * **Posix Plugin**: Tracks POSIX file permissions, ownership, and size.
 .
 This package contains the Go library.
