pack

Pack :: PixelStoreDirection
OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage
pack :: String -> ByteString
bytestring Data.ByteString.Char8
O(n) Convert a String into a ByteString For applications with large numbers of string literals, pack can be a bottleneck.
pack :: String -> Text
text Data.Text.Lazy
O(n) Convert a String into a Text. Subject to fusion. Performs replacement on invalid scalar values.
pack :: String -> Text
text Data.Text
O(n) Convert a String into a Text. Subject to fusion. Performs replacement on invalid scalar values.
pack :: [Char] -> ByteString
bytestring Data.ByteString.Lazy.Char8
O(n) Convert a String into a ByteString.
pack :: [Word8] -> ByteString
bytestring Data.ByteString.Lazy
O(n) Convert a '[Word8]' into a ByteString.
pack :: [Word8] -> ByteString
bytestring Data.ByteString
O(n) Convert a '[Word8]' into a ByteString. For applications with large numbers of string literals, pack can be a bottleneck. In such cases, consider using packAddress (GHC only).
package package-vt
package
This program is meant as a tool for suggesting version change of libraries. It tries to match official Package Versioning Policy. See http://www.haskell.org/haskellwiki/Package_versioning_policy for details. This version works by inspecting new/removed exported modules or entities. It doesn't currently check the types of exported elements. Typical invocation: > package-vt module-ver-1.hs module-ver-2.hs If you unpack modules with cabal unpack you can use the following form: > # unpack modules > cabal unpack package-1 > cabal unpack package-2 > package-vt module-1/module.cabal module-2/module.cabal Version 0.1.3.3
PackCMYK :: HintTarget
OpenGL Graphics.Rendering.OpenGL.GL.Hints
packCString :: CString -> IO ByteString
bytestring Data.ByteString, bytestring Data.ByteString.Char8
O(n). Construct a new ByteString from a CString. The resulting ByteString is an immutable copy of the original CString, and is managed on the Haskell heap. The original CString must be null terminated.
packCStringLen :: CStringLen -> IO ByteString
bytestring Data.ByteString, bytestring Data.ByteString.Char8
O(n). Construct a new ByteString from a CStringLen. The resulting ByteString is an immutable copy of the original CStringLen. The ByteString is a normal Haskell value and will be managed on the Haskell heap.
package packdeps
package
This provides a library and command line tool for checking if the upper bounds in your package's dependency list excludes the newest package available. The code was originally available only as a web interface at http://packdeps.haskellers.com/, but is now available for standalone use as well. The command line tool has an incredibly simple interface: simply pass it a list of cabal files, and it will tell you what dependencies- if any- are restricted. Version 0.3.0.1
packDL :: DL -> Ptr ()
unix System.Posix.DynamicLinker.Prim
package packedstring
package
(Deprecated) Packed Strings. Version 0.1.0.1
packFamily :: Family -> CInt
network Network.Socket
packRTLDFlags :: [RTLDFlags] -> CInt
unix System.Posix.DynamicLinker.Prim
packSocketType :: SocketType -> CInt
network Network.Socket
AF_PACKET :: Family
network Network.Socket.Internal, network Network.Socket
package Binpack
package
An implementation of the first-fit, modified-first-fit, last-fit, best-fit, sum-of-squares-fit, worst-fit, and almost-last-fit bin packing heuristics. Items can be packed in order of both decreasing and increasing size (and, of course, in unmodified order). The module supports both the standard (textbook) minimization problem (How many bins do I need?) and the more practical fitting problem (I've got n bins; which items can I take?). The API is simple and the module is documented with Haddock (complete with examples). The implementation of the above-mentioned heuristics is complete and partially tested with QuickCheck. However, note that speed has not been a primary concern to date. Patches and feedback are very welcome. Version 0.4
package darcs-buildpackage
package
package datapacker
package
datapacker is a tool to group files by size. It is designed to group files such that they fill fixed-size containers (called "bins") using the minimum number of containers. This is useful, for instance, if you want to archive a number of files to CD or DVD, and want to organize them such that you use the minimum possible number of CDs or DVDs. In many cases, datapacker executes almost instantaneously. Of particular note, the hardlink action can be used to effectively copy data into bins without having to actually copy the data at all. datapacker is a tool in the traditional Unix style; it can be used in pipes and call other tools. Version 1.0.1
package hg-buildpackage
package
httpPackageVersion :: String
HTTP Network.HTTP.Base
The version of this HTTP package as a string, e.g. "4000.1.2". This may be useful to include in a user agent string so that you can determine from server logs what version of this package HTTP clients are using. This can be useful for tracking down HTTP compatibility quirks.
loc_package :: Loc -> String
template-haskell Language.Haskell.TH.Syntax, template-haskell Language.Haskell.TH
package msgpack
package
A Haskell implementation of MessagePack http://msgpack.org/ Version 0.7.1.4
package msgpack-idl
package
An IDL Compiler for MessagePack http://msgpack.org/ Version 0.2.0
package msgpack-rpc
package
A MessagePack-RPC Implementation http://msgpack.org/ Version 0.7.1.1
package network-netpacket
package
Haskell bindings for low-level packet sockets (AF_PACKET) Version 0.0.1
PixelPackBuffer :: BufferTarget
OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects
PixelUnpackBuffer :: BufferTarget
OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects
SeqPacket :: SocketType
network Network.Socket
package testpack
package
Haskell Test Utility Pack for HUnit and QuickCheck testpack provides utilities for both HUnit and QuickCheck.  These include tools for running QuickCheck properties as HUnit test cases, allowing you to combine both approaches in a single program.  It also includes tools for more helpful displays of running progress in both HUnit and QuickCheck, additional generators for other types for QuickCheck, and shortcuts for quickly defining new test cases. Version 2.1.2
Unpack :: PixelStoreDirection
OpenGL Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage
unpack :: ByteString -> [Char]
bytestring Data.ByteString.Char8, bytestring Data.ByteString.Lazy.Char8
O(n) Converts a ByteString to a String.
unpack :: ByteString -> [Word8]
bytestring Data.ByteString, bytestring Data.ByteString.Lazy
O(n) Converts a ByteString to a '[Word8]'.
unpack :: Text -> String
text Data.Text.Lazy
O(n) Convert a Text into a String. Subject to fusion.
unpack :: Text -> String
text Data.Text
O(n) Convert a Text into a String. Subject to fusion.
package unpack-funcs
package
Provides a typeclass and Template Haskell-driven instance generators that create "worker-wrapper" ReaderT monad transformers, which unpacks the arguments of single-constructor data types. Version 0.3.0
UnpackCMYK :: HintTarget
OpenGL Graphics.Rendering.OpenGL.GL.Hints
Unpacked :: Strict
template-haskell Language.Haskell.TH.Syntax, template-haskell Language.Haskell.TH

Show more results