File: control

package info (click to toggle)
libblocksruntime 0.4.1-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,332 kB
  • ctags: 261
  • sloc: sh: 11,416; ansic: 450; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: libblocksruntime
Priority: extra
Maintainer: Mark Heily <mark@heily.com>
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.