golang-github-abdullin-seq 0.0~git20160510.d5467c1-3 source package in Ubuntu

Changelog

golang-github-abdullin-seq (0.0~git20160510.d5467c1-3) unstable; urgency=low

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Thorsten Alteholz ]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Sun, 22 Nov 2020 12:27:39 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-abdullin-seq_0.0~git20160510.d5467c1-3.dsc 2.4 KiB afbb6e2dffe12174aa9e8186e10286777c860ff9e6fb72bff62aaa301037c6d8
golang-github-abdullin-seq_0.0~git20160510.d5467c1.orig.tar.xz 4.2 KiB a6629e8fc52d987dfabccdcfcff2e37a929585746988b027206db5907006d2b9
golang-github-abdullin-seq_0.0~git20160510.d5467c1-3.debian.tar.xz 2.4 KiB 601b184429caea1363ba2131c58b1a37920f2c37e8549a243a07b6aa87bc8353

No changes file available.

Binary packages built by this source

golang-github-abdullin-seq-dev: structural equality library

 This package contains a structural equality library for Golang.
 .
 One can define expectations on objects (e.g. API responses or expected
 events) by creating an instance of seq.Map, which is provided by this
 package.
 .
 Maps can be nested or they could have flat paths. Values could be
 represented with strings, primitive types, instances of seq.Map or
 JSON-serializable objects.
 .
 Once the expectation exists, one could compare it with an actual
 object. If the actual object has some invalid or missing properties,
 the result will have nice error messages.