11 | | * [http://hackage.haskell.org/package/repa repa] |
12 | | * [http://hackage.haskell.org/package/repa-bytestring repa-bytestring] |
13 | | * [http://hackage.haskell.org/package/repa-io repa-io] |
14 | | * [http://hackage.haskell.org/package/repa-algorithms repa-algorithms] |
15 | | * [http://hackage.haskell.org/package/repa-examples repa-examples] |
| 11 | || [http://hackage.haskell.org/package/repa repa] || The base library, defining the array type and combinators. || |
| 12 | || [http://hackage.haskell.org/package/repa-bytestring repa-bytestring] || Conversions to and from !ByteString. || |
| 13 | || [http://hackage.haskell.org/package/repa-io repa-io] || Reading and writing arrays in various formats, including BMP. || |
| 14 | || [http://hackage.haskell.org/package/repa-algorithms repa-algorithms] || Some reusable matrix algorithms. || |
| 15 | || [http://hackage.haskell.org/package/repa-devil repa-devil] || Bindings to the DevIL image library. || |
| 16 | || [http://hackage.haskell.org/package/repa-examples repa-examples] || Example applications. || |