معرفی شرکت ها


libghc-store-prof_0.7.6-1_s390x.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fast binary serialization; profiling libraries
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bullseye-11
مخزن Debian main s390x
نام بسته libghc-store-prof
نام فایل بسته libghc-store-prof_0.7.6-1_s390x.deb
نسخه بسته 0.7.6
انتشار بسته 1
معماری بسته s390x
نگهدارنده Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/fpco/store
مجوز -
حجم دانلود 1148332
حجم نصب 18359
The 'store' package provides efficient binary serialization. There are a couple features that particularly distinguish it from most prior Haskell serialization libraries: . * Its primary goal is speed. By default, direct machine representations are used for things like numeric values (Int, Double, Word32, etc) and buffers (Text, ByteString, Vector, etc). This means that much of serialization uses the equivalent of memcpy. * Instead of implementing lazy serialization / deserialization involving multiple input / output buffers, peek and poke always work with a single buffer. This buffer is allocated by asking the value for its size before encoding. This simplifies the encoding logic, and allows for highly optimized tight loops. * store can optimize size computations by knowing when some types always use the same number of bytes. This allows for computing the byte size of a `Vector Int32` by just doing `length v * 4`. . It also features: . * Optimized serialization instances for many types from base, vector, bytestring, text, containers, time, template-haskell, and more. * TH and GHC Generics based generation of Store instances for datatypes * TH generation of testcases . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.


جایگزین ها

بسته نسخه معماری مخزن
libghc-store-prof_0.7.6-1_amd64.deb 0.7.6 amd64 Debian main
libghc-store-prof_0.7.6-1_arm64.deb 0.7.6 arm64 Debian main
libghc-store-prof_0.7.6-1_armel.deb 0.7.6 armel Debian main
libghc-store-prof_0.7.6-1_armhf.deb 0.7.6 armhf Debian main
libghc-store-prof_0.7.6-1_i386.deb 0.7.6 i386 Debian main
libghc-store-prof_0.7.6-1_mips64el.deb 0.7.6 mips64el Debian main
libghc-store-prof_0.7.6-1_ppc64el.deb 0.7.6 ppc64el Debian main


نیازمندی

مقدار نام
= 0.7.6-1 libghc-store-dev
- libghc-array-prof-0.5.4.0-53f6a
- libghc-async-prof-2.2.2-6f5a8
- libghc-base-prof-4.13.0.0-95196
- libghc-base-orphans-prof-0.8.2-24a82
- libghc-base64-bytestring-prof-1.0.0.3-679b8
- libghc-bifunctors-prof-5.5.7-b9f98
- libghc-bytestring-prof-0.10.10.1-c6497
- libghc-containers-prof-0.6.2.1-312d6
- libghc-contravariant-prof-1.5.2-73857
- libghc-cryptohash-prof-0.11.9-52352
- libghc-deepseq-prof-1.4.4.0-2ad33
- libghc-directory-prof-1.3.6.0-137bf
- libghc-filepath-prof-1.4.2.1-b22e3
- libghc-free-prof-5.1.3-54cd0
- libghc-ghc-prim-prof-0.5.3-49209
- libghc-hashable-prof-1.3.0.0-659f0
- libghc-hspec-prof-2.7.1-1fb84
- libghc-hspec-smallcheck-prof-0.5.2-8189b
- libghc-integer-gmp-prof-1.0.2.0-431ce
- libghc-lifted-base-prof-0.2.3.12-db13b
- libghc-monad-control-prof-1.0.2.3-3f730
- libghc-mono-traversable-prof-1.0.15.1-9a475
- libghc-network-prof-3.1.1.1-bd5d3
- libghc-primitive-prof-0.7.0.1-26b68
- libghc-resourcet-prof-1.2.4.2-dcb04
- libghc-safe-prof-0.3.19-369cd
- libghc-smallcheck-prof-1.1.7-f18fd
- libghc-store-core-prof-0.4.4.3-ecf38
- libghc-syb-prof-0.7.1-e83af
- libghc-template-haskell-prof-2.15.0.0-51655
- libghc-text-prof-1.2.4.0-30221
- libghc-th-lift-prof-0.8.1-5862a
- libghc-th-lift-instances-prof-0.1.17-51cd6
- libghc-th-orphans-prof-0.13.10-e467a
- libghc-th-reify-many-prof-0.1.9-2978d
- libghc-th-utilities-prof-0.2.4.0-dbc63
- libghc-time-prof-1.9.3-2de75
- libghc-transformers-prof-0.5.6.2-00bc3
- libghc-unordered-containers-prof-0.2.10.0-2b345
- libghc-vector-prof-0.12.1.2-e849d
- libghc-void-prof-0.7.3-a7737


نحوه نصب


نصب پکیج deb libghc-store-prof:

    sudo apt-get install libghc-store-prof_0.7.6-1_s390x.deb


فایل ها

مسیرها
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/Impl.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/Internal.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/TH/Internal.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/TH.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/TypeHash/Internal.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/TypeHash.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store/Version.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/Data/Store.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/System/IO/ByteBuffer.p_hi
./usr/lib/haskell-packages/ghc/lib/s390x-linux-ghc-8.8.4/store-0.7.6-6xgZY2X3DbZH3h5FV1nUyU/libHSstore-0.7.6-6xgZY2X3DbZH3h5FV1nUyU_p.a
./usr/share/doc/libghc-store-prof/buildinfo_s390x.gz
./usr/share/doc/libghc-store-prof/changelog.Debian.gz
./usr/share/doc/libghc-store-prof/changelog.gz
./usr/share/doc/libghc-store-prof/copyright