diff options
Diffstat (limited to 'devel/hs-byteable/pkg-descr')
-rw-r--r-- | devel/hs-byteable/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/hs-byteable/pkg-descr b/devel/hs-byteable/pkg-descr new file mode 100644 index 000000000000..b0293881e875 --- /dev/null +++ b/devel/hs-byteable/pkg-descr @@ -0,0 +1,5 @@ +Abstract class to manipulate sequence of bytes. The use case of this +class is abstracting manipulation of types that are just wrapping a +bytestring with stronger and more meaniful name. + +WWW: http://github.com/vincenthz/hs-byteable |