Ycarus Gentoo ebuild

nest

Ces ebuilds viennent du site .

Si vous avez des problemes allez sur le site officiel.

dev-haskell

ChasingBottoms : For testing partial and infinite values ( https://hackage.haskell.org/package/ChasingBottoms )

OneTuple : Singleton Tuple ( https://github.com/haskellari/OneTuple )

Ranged-sets : Ranged sets for Haskell ( https://github.com/PaulJohnson/Ranged-sets )

ansi-wl-pprint : The Wadler/Leijen Pretty Printer for colored ANSI terminal output ( https://github.com/ekmett/ansi-wl-pprint )

authenticate-oauth : Library to authenticate with OAuth for Haskell web applications ( https://github.com/yesodweb/authenticate )

base-prelude : The most complete prelude formed only from the base package ( https://github.com/nikita-volkov/base-prelude )

base-unicode-symbols : Unicode alternatives for common functions and operators ( https://github.com/roelvandijk/base-unicode-symbols )

base64-bytestring : Fast base64 encoding and decoding for Haskell ( https://github.com/haskell/base64-bytestring )

binary-parser : A highly-efficient but limited parser API for bytestrings ( https://github.com/nikita-volkov/binary-parser )

bytestring-strict-builder : An efficient strict bytestring builder ( https://github.com/nikita-volkov/bytestring-strict-builder )

bytestring-tree-builder : A ByteString builder implementation based on the binary tree ( https://github.com/nikita-volkov/bytestring-tree-builder )

clock : High-resolution clock functions ( https://github.com/corsis/clock )

concise : Utilities for Control.Lens.Cons ( https://github.com/frasertweedale/hs-concise )

configurator-pg : Reduced parser for configurator-ng config files ( https://github.com/robx/configurator-pg )

conversion : Universal converter between values of different types ( https://github.com/nikita-volkov/conversion )

conversion-bytestring : Conversion instances for the bytestring library ( https://github.com/nikita-volkov/conversion-bytestring )

conversion-text : Conversion instances for the text library ( https://github.com/nikita-volkov/conversion-text )

crypto-pubkey-types : Generic cryptography Public keys algorithm types ( https://github.com/vincenthz/hs-crypto-pubkey-types )

daemons : Daemons in Haskell made fun and easy ( https://github.com/scvalex/daemons )

data-bword : Extra operations on binary words of fixed length ( https://github.com/mvv/data-bword )

data-checked : Type-indexed runtime-checked properties for Haskell ( https://github.com/mvv/data-checked )

data-dword : Stick two binary words together to get a bigger one ( https://github.com/mvv/data-dword )

data-serializer : Common API for Haskell serialization libraries ( https://github.com/mvv/data-serializer )

data-textual : Human-friendly textual representations for Haskell ( https://github.com/mvv/data-textual )

deferred-folds : Abstractions over deferred folds ( https://github.com/metrix-ai/deferred-folds )

drbg : Deterministic random bit generator (aka PRNG) ( https://github.com/TomMD/DRBG )

either : An either monad transformer ( https://github.com/ekmett/either )

expiring-cache-map : General purpose simple caching ( https://codeberg.org/elblake/expiring-cache-map )

filelock : Portable interface to file locking ( https://github.com/takano-akio/filelock )

hasql : An efficient PostgreSQL driver with a flexible mapping API ( https://github.com/nikita-volkov/hasql )

hasql-dynamic-statements : Dynamic statements for Hasql ( https://github.com/nikita-volkov/hasql-dynamic-statements )

hasql-implicits : Implicit definitions for Hasql ( https://github.com/nikita-volkov/hasql-implicits )

hasql-notifications : PostgreSQL Asynchronous notification ( https://github.com/diogob/hasql-notifications )

hasql-pool : A pool of connections for Hasql ( https://github.com/nikita-volkov/hasql-pool )

hasql-transaction : Abstraction over transactions for Hasql ( https://github.com/nikita-volkov/hasql-transaction )

heredoc : multi-line string / here document using QuasiQuotes ( https://hackage.haskell.org/package/heredoc )

hspec-expectations-lifted : A version of hspec-expectations generalized to MonadIO ( https://github.com/hspec/hspec-expectations-lifted )

hspec-megaparsec : Utility functions for testing Megaparsec parsers with Hspec ( https://github.com/mrkkrp/hspec-megaparsec )

hspec-wai : Experimental Hspec support for testing WAI applications ( https://github.com/hspec/hspec-wai )

hspec-wai-json : Testing JSON APIs with hspec-wai ( https://github.com/hspec/hspec-wai )

http-client : An HTTP client engine ( https://github.com/snoyberg/http-client )

http-media : Processing HTTP Content-Type and Accept headers ( https://github.com/zmthy/http-media )

indexed-profunctors : Utilities for indexed profunctors ( https://github.com/well-typed/optics )

indexed-traversable-instances : More instances of FunctorWithIndex, FoldableWithIndex ( https://github.com/haskellari/indexed-traversable )

ini : Quick and easy configuration files in the INI format ( https://github.com/chrisdone/ini )

insert-ordered-containers : Associative containers retating insertion order for traversals ( https://github.com/phadej/insert-ordered-containers )

inspection-testing : GHC plugin to do inspection testing ( https://github.com/nomeata/inspection-testing )

integer-logarithms : Integer logarithms ( https://github.com/Bodigrim/integer-logarithms )

integer-simple : Simple Integer library ( https://hackage.haskell.org/package/integer-simple )

interpolatedstring-perl6 : QuasiQuoter for Perl6 style multi-line interpolated ( https://github.com/audreyt/interpolatedstring-perl6 )

jose : Haskell JOSE and JWT library ( https://github.com/frasertweedale/hs-jose )

json-ast : Universal JSON AST datastructure ( https://github.com/nikita-volkov/json-ast )

loch-th : Support for precise error locations in source files ( https://github.com/liskin/loch-th )

megaparsec : Monadic parser combinators ( https://github.com/mrkkrp/megaparsec )

mime-mail : Compose MIME email messages ( https://github.com/snoyberg/mime-mail )

modern-uri : Modern library for working with URIs ( https://github.com/mrkkrp/modern-uri )

monad-time : Type class for monads which carry the notion of the current time ( https://github.com/scrive/monad-time )

network-ip : Internet Protocol data structures ( https://github.com/mvv/network-ip )

optics-core : Optics as an abstract interface ( https://github.com/well-typed/optics )

optics-extra : Extra utilities and instances for optics-core ( https://github.com/well-typed/optics )

optics-th : Optics as an abstract interface ( https://github.com/well-typed/optics )

parser-combinators : Lightweight package providing commonly useful parser combinators ( https://github.com/mrkkrp/parser-combinators )

pipes : Compositional pipelines ( https://github.com/Gabriella439/pipes )

placeholders : Placeholders for use while developing Haskell code ( https://github.com/ahammar/placeholders )

postgresql-binary : Encoders and decoders for the PostgreSQL's binary format ( https://github.com/nikita-volkov/postgresql-binary )

postgresql-libpq : low-level binding to libpq ( https://github.com/haskellari/postgresql-libpq )

postgresql-simple : Mid-Level PostgreSQL client library ( https://github.com/haskellari/postgresql-libpq )

pretty-simple : Haskell data types that have a Show instance ( https://github.com/cdepillabout/pretty-simple )

prettyprinter : A modern, easy to use, well-documented, extensible pretty-printer ( https://github.com/quchen/prettyprinter )

prettyprinter-ansi-terminal : ANSI terminal backend for prettyprinter package ( https://github.com/quchen/prettyprinter )

protolude : A sensible starting Prelude template ( https://github.com/protolude/protolude )

ptr : Abstractions for operations on pointers ( https://github.com/nikita-volkov/ptr )

rebase : A more progressive alternative to the 'base' package ( https://github.com/nikita-volkov/rebase )

req : Easy-to-use, type-safe, expandable, high-level HTTP client library ( https://github.com/mrkkrp/req )

rerebase : Reexports from 'base' with a bunch of other standard libraries ( https://github.com/nikita-volkov/rerebase )

rsa : Implementation of RSA, using the padding schemes of PKCS#1 v2.1 ( https://github.com/GaloisInc/RSA )

scotty : Haskell web framework ( https://github.com/scotty-web/scotty )

scrypt : Stronger password hashing via sequential memory-hard functions ( https://github.com/informatikr/scrypt )

selective : Selective applicative functors ( https://github.com/snowleopard/selective )

semigroups : Anything that associates ( https://github.com/ekmett/semigroups )

swagger2 : Swagger 2.0 data model ( https://github.com/GetShopTV/swagger2 )

tasty-hspec : Hspec support for the Tasty test framework ( https://github.com/mitchellwrosen/tasty-hspec )

text-builder : An efficient strict text builder ( https://github.com/nikita-volkov/text-builder )

text-latin1 : Latin-1 (including ASCII) utility functions for Haskell ( https://github.com/mvv/text-latin1 )

text-printer : Abstract interace for Haskell text builders/printers ( https://github.com/mvv/text-printer )

type-hint : Haskell library for helping type inference by using proxy values ( https://github.com/mvv/type-hint )

tz : Library for time zone conversions ( https://github.com/nilcons/haskell-tz )

tzdata : Distribution of the standard time zone database ( https://github.com/nilcons/haskell-tzdata )

unordered-containers : Efficient hashing-based container types ( https://github.com/haskell-unordered-containers/unordered-containers )

wai-cors : Cross-Origin resource sharing (CORS) for Wai ( https://github.com/larskuhtz/wai-cors )

wai-middleware-static : WAI middleware that serves requests to static files ( https://github.com/scotty-web/wai-middleware-static )

wai-websockets : Provide a bridge between WAI and the websockets package ( https://github.com/yesodweb/wai )

websockets : Allows you to write WebSocket-capable servers ( https://jaspervdj.be/websockets/ )

Pour rajouter une e-build dans l'arbre de portage :

L'ebuild est alors rajouté dans l'arbre de portage.

Vous pouvez aussi utiliser layman : emerge layman puis layman -a nest

Pour Paludis utilisez ce rsync : rsync://gentoo.zugaina.org/nest-portage

En cas de problèmes : ycarus(-at-)zugaina.org