Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,0311,040项(搜索用时0.002秒)
devel/hlint-1.9.21 (Score: 0.032514982)
Source code suggestions
HLint gives suggestions on how to improve your source code.
devel/hoogle-4.2.41 (Score: 0.032514982)
Haskell API Search
Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
devel/tidyr-0.6.0 (Score: 0.032514982)
Easily tidy data with spread and gather functions
An evolution of 'reshape2'. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with 'dplyr' data pipelines.
devel/hourglass-0.2.9 (Score: 0.032514982)
Simple performant time related library
Simple time library focusing on simple but powerful and performant API The backbone of the library are the Timeable and Time type classes. Each Timeable instances can be converted to type that has a Time instances, and thus are different representations of current time.
devel/hsb2hs-0.3.1 (Score: 0.032514982)
Preprocesses a file, adding blobs from files as string literals
Hsb2hs is a preprocessor that allows you to include the contents of files as string literals in your Haskell programs and libraries. It is an alternative to file-embed for those who do not want to rely on Template Haskell.
devel/hslogger-1.2.9 (Score: 0.032514982)
Versatile logging framework
hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.
devel/hslua-0.4.0 (Score: 0.032514982)
Lua language interpreter embedding in Haskell
The Scripting.Lua module is a wrapper of Lua language interpreter. This package contains full Lua interpreter version 5.1.5.
devel/hspec-core-2.1.10 (Score: 0.032514982)
Testing Framework for Haskell
This package exposes internal types and functions that can be used to extend Hspec's functionality.
devel/hspec-discover-2.1.10 (Score: 0.032514982)
Automatically discover and run Hspec tests
Automatically discover and run Hspec tests.
devel/hspec-expectations-0.7.1 (Score: 0.032514982)
Catchy combinators for HUnit
Catchy combinators for HUnit.