Ports Search

Results 14,36114,370 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.017 seconds)
devel/goffice-0.10.28 (Score: 3.7481335E-5)
GLib/GTK+ set of document centric objects and utilities
Goffice is a set of document centric components for GLib and GTK+. There are common operations for document centric applications that are conceptually simple, but complex to implement fully. - plugins - load/save documents - undo/redo Goffice provides a single library for performing such operations.
devel/hint-0.4.2.3 (Score: 3.7481335E-5)
Runtime Haskell interpreter (GHC API wrapper)
This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
devel/hashed-storage-0.5.11 (Score: 3.7481335E-5)
Hashed file storage support code
Support code for reading and manipulating hashed file storage (where each file and directory is associated with a cryptographic hash, for corruption-resistant storage and fast comparisons). The supported storage formats include darcs hashed pristine, a plain filesystem tree and an indexed plain tree (where the index maintains hashes of the plain files and directories).
devel/hspec-2.1.10 (Score: 3.7481335E-5)
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/simple-reflect-0.3.2 (Score: 3.7481335E-5)
Simple reflection of expressions containing variables
This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them.
devel/jsonnet-0.8.6 (Score: 3.7481335E-5)
JSON data templating language
Jsonnet is a domain specific configuration language that helps you define JSON data. Jsonnet lets you compute fragments of JSON within the structure, bringing the same benefit to structured data that templating languages bring to plain text. The example below illustrates a few features -- referring to another part of the structure, overriding object fields, and string operations.
devel/jsmin-20130329 (Score: 3.7481335E-5)
The JavaScript Minifier
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces file size by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.
devel/click-6.6 (Score: 3.7481335E-5)
Python package for creating command line interfaces
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
devel/libgdata-0.17.4 (Score: 3.7481335E-5)
GLib based implimentation of the GData protocol
libgdata is a GLib-based library for accessing online service APIs using the GData protocol - most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. A link with more information about the GData protocol is available on the website.
devel/libgit2-glib-0.24.0 (Score: 3.7481335E-5)
Glib wrapper library around the libgit2 git access library
libgit2-glib is a glib wrapper library around the libgit2 git access library. libgit2 only implements the core plumbing functions, not really the higher level porcelain stuff. For a primer on Git Internals that you will need to know to work with Git at this level, check out [Chapter 9][pg] of the Pro Git book.