Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package secp256k1-haskell

    Bindings for secp256k1 Sign and verify signatures using the secp256k1 library.

  2. package sendfile

    A portable sendfile library A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).

  3. package sequence-formats

    A package with basic parsing utilities for several Bioinformatic data formats. Contains utilities to parse and write Eigenstrat, Fasta, FreqSum, VCF, Plink and other file formats used in population genetics analyses.

  4. package servant-auth-server

    servant-server/servant-auth compatibility This package provides the required instances for using the Auth combinator in your servant server. Both cookie- and token- (REST API) based authentication is provided. For a quick overview of the usage, see the README.

  5. package servant-checked-exceptions-core

    Checked exceptions for Servant APIs. Please see README.md.

  6. package servant-lucid

    Servant support for lucid Servant support for lucid. HTML content type which will use ToHtml class. Lucid.Servant uses Link rather than Text for safe href attributes.

  7. package servant-openapi3

    Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API. Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v3.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. This package provides means to generate a Swagger/OAS specification for a Servant API and also to partially test whether an API conforms with its specification. Generated Swagger specification then can be used for many things such as

  8. package servant-swagger

    Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API. Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. This package provides means to generate a Swagger/OAS specification for a Servant API and also to partially test whether an API conforms with its specification. Generated Swagger specification then can be used for many things such as

  9. package servant-swagger-ui-core

    Servant swagger ui core components Provide embedded swagger UI for servant and swagger (i.e. servant-swagger) See servant-swagger-ui, servant-swagger-ui-jensoleg or servant-swagger-ui-redoc for "concrete" implementations.

  10. package set-cover

    Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube Solver for exact set cover problems. Included examples: Sudoku, Nonogram, 8 Queens, Domino tiling, Mastermind, Alphametics, Soma Cube, Tetris Cube, Cube of L's, Logika's Baumeister puzzle, Lonpos pyramid, Conway's puzzle. The generic algorithm allows to choose between slow but flexible Set from containers package and fast but cumbersome bitvectors. For getting familiar with the package I propose to study the Queen8 example along with Math.SetCover.Exact. The Sudoku and Nonogram examples also demonstrate how to interpret the set-cover solution in a human-friendly way. Build examples with cabal install -fbuildExamples. The package needs only Haskell 98. There is also an experimental implementation using LLVM and knead. Do not rely on that interface in released packages.

Page 140 of many | Previous | Next