Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,0411,050项(搜索用时0.003秒)
devel/hspec-2.1.10 (Score: 0.032514982)
Testing Framework for Haskell
Hspec is a testing framework for Haskell. It is inspired by the Ruby library RSpec. Some of Hspec's distinctive features are: * a friendly DSL for defining tests * integration with QuickCheck, SmallCheck, and HUnit * parallel test execution * automatic discovery of test files
devel/js-flot-0.8.3 (Score: 0.032514982)
Obtain minified flot code
This package bundles the minified Flot code (a jQuery plotting library) into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream flot version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
devel/js-jquery-1.11.3 (Score: 0.032514982)
Obtain minified jQuery code
This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
devel/keys-3.10.2 (Score: 0.032514982)
Keyed functors and containers
Keyed functors and containers.
devel/kqueue-0.1.2.6 (Score: 0.032514982)
Binding to the kqueue event library
A low-level binding to the kqueue library as found in BSD and Mac OS X. It provides, among other things, a way of monitoring files and directories for changes.
devel/language-c-0.4.7 (Score: 0.032514982)
Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions.
devel/language-javascript-0.5.14.2 (Score: 0.032514982)
Parser for JavaScript
Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
devel/largeword-1.2.3 (Score: 0.032514982)
Provides a way of producing other large words
Provides Word128, Word192 and Word256 and a way of producing other large words if required.
devel/lazysmallcheck-0.6 (Score: 0.032514982)
Library for demand-driven testing of Haskell programs
Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined refinements of the that input. Compared to `eager' input generation as in SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.
devel/lens-4.12.3 (Score: 0.032514982)
Lenses, Folds and Traversals
This package comes "Batteries Included" with many useful lenses for the types commonly used from the Haskell Platform, and with tools for automatically generating lenses and isomorphisms for user-supplied data types. The combinators in Control.Lens provide a highly generic toolbox for composing families of getters, folds, isomorphisms, traversals, setters and lenses and their indexed variants.