#lang scribble/doc @(require scribble/manual (for-label "../main.rkt")) @title{Combinator Based Binary Input and Output} @table-of-contents[] @defmodule[(planet "main.rkt" ("murphy" "packed-io.plt" 1 1))]{ Facilities to read and write packed binary data according to a format specification created using combinators. The main module re-exports all bindings from the other modules. } @include-section["packing.scrbl"] @include-section["number.scrbl"] @include-section["chunk.scrbl"] @include-section["list.scrbl"] @section{License} Copyright (c) 2010 by @link["mailto:chust@web.de"]{Thomas Chust @""}. This package is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You can find a copy of the GNU Lesser General Public License at @link["http://www.gnu.org/licenses/lgpl-3.0.html"]{http://www.gnu.org/licenses/lgpl-3.0.html}.