Source: libblocksruntime Priority: extra Maintainer: Mark Heily Build-Depends: debhelper (>= 9), clang (>= 1:3.8~), autotools-dev Standards-Version: 3.9.5.0 Section: libs Vcs-Git: git://github.com/mheily/debian-packages.git -b libBlocksRuntime Homepage: http://compiler-rt.llvm.org/ Package: libblocksruntime-dev Section: libdevel Architecture: any Depends: libblocksruntime0 (= ${binary:Version}), ${misc:Depends} Description: Blocks Runtime (development files) This package contains development headers for building software that uses blocks. . Blocks are a proposed extension to the C, Objective C, and C++ languages developed by Apple to support the Grand Central Dispatch concurrency engine. Package: libblocksruntime0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Blocks Runtime library Blocks are a proposed extension to the C, Objective C, and C++ languages developed by Apple to support the Grand Central Dispatch concurrency engine. Blocks are anonymous inline functions that automatically capture a read-only copy of local variables, and have read-write access to local variables that are declared with the "__block" storage class. . This package contains a library that is needed by programs that use Blocks.