Discussion:
Bug#1082850: ITP: golang-github-mitchellh-pointerstructure -- Addressing and modifying values in Go structures using a string syntax
Add Reply
Francisco Vilmar Cardoso Ruviaro
2024-09-27 12:40:02 UTC
Reply
Permalink
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro <***@debian.org>
X-Debbugs-Cc: debian-***@lists.debian.org, ***@debian.org

* Package name : golang-github-mitchellh-pointerstructure
Version : 1.2.1
Upstream Contact: Mitchell Hashimoto <***@gmail.com>
* URL : https://github.com/mitchellh/pointerstructure
* License : Expat
Programming Lang: Go
Description : Addressing and modifying values in Go structures using a string syntax

pointerstructure is a Go library for identifying a specific
value within any Go structure using a string syntax.
This library is based on JSON pointer (RFC 6901).
.
The goal of pointerstructure is to provide a single, well-known
format for addressing a specific value. This can be useful for
user provided input on structures, diffs of structures, etc.
.
Features:
* Get the value for an address.
* Set the value for an address within an existing structure.
* Delete the value at an address.
* Sorting a list of addresses.


This package is a new build-dependency of bettercap.
Guillem Jover
2024-09-27 13:30:01 UTC
Reply
Permalink
Hi!
Post by Francisco Vilmar Cardoso Ruviaro
Package: wnpp
Severity: wishlist
* Package name : golang-github-mitchellh-pointerstructure
Version : 1.2.1
* URL : https://github.com/mitchellh/pointerstructure
* License : Expat
Programming Lang: Go
Description : Addressing and modifying values in Go structures using a string syntax
This package is a new build-dependency of bettercap.
Please note that this project is archived upstream, so it might be
better to ask the bettercap upstream to use something else, instead of
packaging a dead-on-arrival package?

(See https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
for other archived packages from mitchellh. I don't see on that gist an
obvious successor for this one unfortunately.)

Thanks,
Guillem

Loading...