Install this package:
emerge -a dev-haskell/bytestring-to-vector
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/bytestring-to-vector
Or alternatively:
emerge --autounmask-write -a dev-haskell/bytestring-to-vector
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0.1 | 8 | ~amd64 | 0/0.3.0.1 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> This library allows conversion between the types from @Data.ByteString@ (package @bytestring@) and @Data.Vector.Storable@ (package @vector@) without copying the underlying data. This is useful, for example, when @ByteString@ IO produces or consumes vectors of numbers in native byte order. The conversion relies on the fact that @ByteString@ and @Vector@ use their respective @ForeignPtr@s in compatible ways. This library is a fork of the @spool@ package written by Keegan McAllister. </longdescription> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | bytestring-to-vector-0.3.0.1.tar.gz | 4120 bytes | 0.3.0.1 |
| Type | File | Size |
|---|