golang-github-suapapa-go-eddystone 1.3.1-1 source package in Ubuntu

Changelog

golang-github-suapapa-go-eddystone (1.3.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: add new dependency: golang-github-google-uuid-dev
  * reverse dependencies successfully built with ratt:
    - nothing todo for this package

 -- Thorsten Alteholz <email address hidden>  Tue, 01 Dec 2020 20:53:10 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium 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-suapapa-go-eddystone_1.3.1-1.dsc 2.5 KiB 4b03ce652edb33c8cd977e49933ee600a575dd15d20edefdab3109532af54f75
golang-github-suapapa-go-eddystone_1.3.1.orig.tar.gz 6.9 KiB c85ddeb8c2c1eda603f28c04232d2668af49ba06ea24b3e1827e8aec49a1644f
golang-github-suapapa-go-eddystone_1.3.1-1.debian.tar.xz 2.4 KiB 0136002ae59718aa777b8e70d6a7c2913632450cda3dba9b6b45ccf9f3a4c850

No changes file available.

Binary packages built by this source

golang-github-suapapa-go-eddystone-dev: golang library for supporting Eddystone

 eddystone : Golang package for support Eddystone beacon GoDoc
 (https://godoc.org/github.com/suapapa/go_eddystone) Build Status
 (https://travis-ci.org/suapapa/go_eddystone)
 .
 Eddystone (https://github.com/google/eddystone) is an open beacon format
 from Google.
 .
 This package covers Eddystone-UID
 (https://github.com/google/eddystone/tree/master/eddystone-uid),
 Eddystone-URL
 (https://github.com/google/eddystone/tree/master/eddystone-url),
 Eddystone-TLM
 (https://github.com/google/eddystone/tree/master/eddystone-tlm)
 from Eddystone Protocol Specification
 (https://github.com/google/eddystone/blob/master/protocol-specification.md).
 $ go get github.com/suapapa/go_eddystone Example
 Checkout example/beacon.go for using this package with gatt
 (https://github.com/paypal/gatt) to make a Eddystone beacon in Golang.
 Author Homin Lee &lt;homin.lee@suapapa.net&gt; Copyright & License
 Copyright (c) 2015, Homin Lee. All rights reserved. Use of this
 source code is governed by a BSD-style license that can be found in the
 LICENSE file.