golang-github-songgao-water 0.0~git20200317.2b4b6d7-2 source package in Ubuntu

Changelog

golang-github-songgao-water (0.0~git20200317.2b4b6d7-2) unstable; urgency=medium

  * Source-only upload 

 -- Jérémy Lal <email address hidden>  Sun, 07 Jan 2024 02:29:56 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-songgao-water_0.0~git20200317.2b4b6d7-2.dsc 2.3 KiB 4a4b229544bf38fc8b39aaa150f2af543aa8b994e1e9f75cc306b49f53c432b6
golang-github-songgao-water_0.0~git20200317.2b4b6d7.orig.tar.xz 15.3 KiB 486f8ddaccf9c803b0aefc40835b1f831e3c05377ab151bcebfc4f726f0ee6f1
golang-github-songgao-water_0.0~git20200317.2b4b6d7-2.debian.tar.xz 3.0 KiB 75289805769c71959e383dd38841d35d20f3155ac484f83583ca95a939be9b58

No changes file available.

Binary packages built by this source

golang-github-songgao-water-dev: Simple TUN/TAP library for Go language

 This library is designed to be simple and efficient. It
 .
  * wraps almost only syscalls and uses only Go standard types;
  * exposes standard interfaces; plays well with standard packages like
    io, bufio, etc..
  * does not handle memory management (allocating/destructing slice).
    It's up to user to decide whether/how to reuse buffers.
  * has partial support for MacOS or Windows