1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/libbinio/pkg-descr
Emanuel Haupt 04ddda36a5 - Move from SF to GitHub
- Update WWW
- Use autoreconf and remove now unneeded extra compiler flags
- distfile checksum differs due to the removal of VCS files, autoconf files,
  adjustment of copyright dates, no functional changes
- To be safe bump PORTREVISION (autoreconf)
2017-04-18 14:31:32 +00:00

12 lines
400 B
Plaintext

The binary I/O stream class library presents a platform-independent way to
access binary data streams in C++.
The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.
It further employs no special I/O protocol and can be used on arbitrary
binary data sources.
WWW: http://adplug.github.io/libbinio/