pkgsrc/net/go-framestream/PLIST
he 546e3a625b Add go-framestream version 0.1.0.
Frame Streams implementation in Go

https://github.com/farsightsec/golang-framestream

Frame Streams is a lightweight, binary-clean protocol that allows
for the transport of arbitrarily encoded data payload sequences
with minimal framing overhead.

This package provides a pure Golang implementation. The Frame
Streams implementation in C is at https://github.com/farsightsec/fstrm/.

The example framestream_dump program reads a Frame Streams formatted
input file and prints the data frames and frame byte counts.
2019-01-16 15:15:49 +00:00

20 lines
1.2 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2019/01/16 15:15:49 he Exp $
bin/framestream_dump
gopkg/pkg/${GO_PLATFORM}/github.com/farsightsec/golang-framestream.a
gopkg/src/github.com/farsightsec/golang-framestream/COPYRIGHT
gopkg/src/github.com/farsightsec/golang-framestream/Control.go
gopkg/src/github.com/farsightsec/golang-framestream/Decoder.go
gopkg/src/github.com/farsightsec/golang-framestream/Encoder.go
gopkg/src/github.com/farsightsec/golang-framestream/LICENSE
gopkg/src/github.com/farsightsec/golang-framestream/README.md
gopkg/src/github.com/farsightsec/golang-framestream/debian/changelog
gopkg/src/github.com/farsightsec/golang-framestream/debian/compat
gopkg/src/github.com/farsightsec/golang-framestream/debian/control
gopkg/src/github.com/farsightsec/golang-framestream/debian/copyright
gopkg/src/github.com/farsightsec/golang-framestream/debian/docs
gopkg/src/github.com/farsightsec/golang-framestream/debian/gbp.conf
gopkg/src/github.com/farsightsec/golang-framestream/debian/rules
gopkg/src/github.com/farsightsec/golang-framestream/debian/source/format
gopkg/src/github.com/farsightsec/golang-framestream/framestream.go
gopkg/src/github.com/farsightsec/golang-framestream/framestream_dump/main.go
gopkg/src/github.com/farsightsec/golang-framestream/framestream_test.go