معرفی شرکت ها


ghc-fmt-0.6.3.0-1.fc38.src.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A new formatting library
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything i686
نام بسته ghc-fmt
نام فایل بسته ghc-fmt-0.6.3.0-1.fc38.src.rpm
نسخه بسته 0.6.3.0
انتشار بسته 1.fc38
معماری بسته i686
نگهدارنده -
تاریخ ساخت Tue 11 Apr 2023 09
هاست سازنده buildvm-x86-22.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://hackage.haskell.org/package/fmt
مجوز BSD-3-Clause
حجم دانلود 43K
حجم نصب 31.288K
A new formatting library that tries to be simple to understand while still being powerful and providing more convenience features than other libraries (like functions for pretty-printing maps and lists, or a function for printing arbitrary datatypes using generics). A comparison with other libraries: * 'printf' (from 'Text.Printf') takes a formatting string and uses some type tricks to accept the rest of the arguments polyvariadically. It's very concise, but there are some drawbacks – it can't produce 'Text' (you'd have to 'T.pack' it every time) and it doesn't warn you at compile-time if you pass wrong arguments or not enough of them. * <https://hackage.haskell.org/package/text-format text-format> takes a formatting string with curly braces denoting places where arguments would be substituted (the arguments themselves are provided via a tuple). If you want to apply formatting to some of the arguments, you have to use one of the provided formatters. Like 'printf', it can fail at runtime, but at least the formatters are first-class (and you can add new ones). * <https://hackage.haskell.org/package/formatting formatting> takes a formatting template consisting of pieces of strings interleaved with formatters; this ensures that arguments always match their placeholders. 'formatting' provides lots of formatters and generally seems to be the most popular formatting library here. Unfortunately, at least in my experience writing new formatters can be awkward and people sometimes have troubles understanding how 'formatting' works. * <https://hackage.haskell.org/package/fmt fmt> (i.e. this library) provides formatters that are ordinary functions, and a bunch of operators for concatenating formatted strings; those operators also do automatic conversion. There are some convenience formatters which aren't present in 'formatting' (like ones for formatting maps, lists, converting to base64, etc). Some find the operator syntax annoying, while others like it.


جایگزین ها

بسته نسخه معماری مخزن
ghc-fmt-0.6.3.0-1.fc38.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-0.6.3.0-1.fc38.x86_64.rpm 0.6.3.0 x86_64 Fedora Everything
ghc-fmt-devel-0.6.3.0-1.fc38.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-devel-0.6.3.0-1.fc38.x86_64.rpm 0.6.3.0 x86_64 Fedora Everything
ghc-fmt-doc-0.6.3.0-1.fc38.noarch.rpm 0.6.3.0 noarch Fedora Everything
ghc-fmt-prof-0.6.3.0-1.fc38.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-prof-0.6.3.0-1.fc38.x86_64.rpm 0.6.3.0 x86_64 Fedora Everything


نیازمندی

مقدار نام
- ghc-Cabal-devel
- ghc-base-devel
- ghc-base-prof
- ghc-base64-bytestring-devel
- ghc-base64-bytestring-prof
- ghc-bytestring-devel
- ghc-bytestring-prof
- ghc-call-stack-devel
- ghc-call-stack-prof
- ghc-containers-devel
- ghc-containers-prof
- ghc-formatting-devel
- ghc-formatting-prof
- ghc-microlens-devel
- ghc-microlens-prof
- ghc-rpm-macros
- ghc-text-devel
- ghc-text-prof
- ghc-time-devel
- ghc-time-locale-compat-devel
- ghc-time-locale-compat-prof
- ghc-time-prof


ارائه دهنده

مقدار نام
= 0.6.3.0-1.fc38 ghc-fmt
= 0.6.3.0-1.fc38 ghc-fmt-devel
= 0.6.3.0-1.fc38 ghc-fmt-prof
= 0.6.3.0-1.fc38 ghc-fmt-debuginfo
= 0.6.3.0-1.fc38 ghc-fmt-debugsource


نحوه نصب


نصب پکیج rpm ghc-fmt:

    dnf install ghc-fmt-0.6.3.0-1.fc38.src.rpm


فایل ها

مسیرها
fmt-0.6.3.0.tar.gz


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-02-01

spec file generated by cabal-rpm-2.1.0