usb-safe-0.2: Wrapper around the usb package adding extra type-safety

The usb-safe package

The usb library provides a standard Haskell abstracting layer over bindings-libusb providing: abstract types instead of Ptrs, automatic marshalling and unmarshalling, automatic garbage collection, exceptions instead of integer return codes, etc..

While all that is very nice there are still some things that you can do wrong. For example doing I/O with a closed device or reading from or writing to an endpoint which doesn't belong to the claimed interface. Or reading from an Out endpoint or writing to an In endpoint.

usb-safe provides the following guarantees:

The primary technique used in usb-safe is called "Lightweight monadic regions" which was invented by Oleg Kiselyov and Chung-chieh Shan. See:

http://okmij.org/ftp/Haskell/regions.html#light-weight

Properties

Versions0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5, 0.5.1, 0.5.1.1, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.11.0.1, 0.11.0.2, 0.12, 0.13, 0.14
Dependenciesbase (≥4 & <4.2), bytestring (0.9.*), MonadCatchIO-transformers (0.0.2.*), monads-fd (0.0.*), transformers (≥0.1.4 & <0.2), unicode-symbols (0.1.*), usb (0.3.*)
LicenseBSD3
Copyright2009 Bas van Dijk
AuthorBas van Dijk
MaintainerBas van Dijk <v.dijk.bas@gmail.com>
Stabilityexperimental
CategorySystem
Source repositorydarcs get http://code.haskell.org/~basvandijk/code/usb-safe
Upload dateWed Dec 9 14:43:25 UTC 2009
Uploaded byBasVanDijk
Built onghc-6.10
Build failureghc-6.12 (log), ghc-7.4 (log)

Modules

Downloads