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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: actor-framework
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (=13),
cmake,
libssl-dev,
# ocl-icd-opencl-dev,
# python3-pybind11, pybind11-dev,
libcurl4-openssl-dev,
doxygen, pandoc, python3-pandocfilters, graphviz,
Standards-Version: 4.6.1
Section: libs
Homepage: http://www.actor-framework.org/
Package: libcaf-dev
Section: libdevel
Architecture: any
Depends: libcaf-core0.18 (= ${binary:Version}),
libcaf-io0.18 (= ${binary:Version}),
libcaf-openssl0.18 (= ${binary:Version}),
${misc:Depends}
Recommends: libcaf-doc
Description: Implementation of the Actor Model in C++, development files
The actor-framework library facilitates writing applications based on the
actor model in C++. It aims to be lightweight, distributed and simple.
.
This package contains headers and other files required to develop
applications against the library.
Package: libcaf-core0.18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Implementation of the Actor Model in C++, core library
The actor-framework library facilitates writing applications based on the
actor model in C++. It aims to be lightweight, distributed and simple.
.
This package contains the core library.
Package: libcaf-io0.18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Implementation of the Actor Model in C++, I/O library
The actor-framework library facilitates writing applications based on the
actor model in C++. It aims to be lightweight, distributed and simple.
.
This package contains the io library required for network transparency.
Package: libcaf-openssl0.18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Implementation of the Actor Model in C++, OpenSSL library
The actor-framework library facilitates writing applications based on the
actor model in C++. It aims to be lightweight, distributed and simple.
.
This package contains the io library required for TLS encryption
using OpenSSL.
Package: libcaf-doc
Section: doc
Architecture: all
Breaks: libcaf-dev (<< 0.16.3)
Replaces: libcaf-dev (<< 0.16.3)
Depends: ${misc:Depends}
Description: Implementation of the Actor Model in C++, development files
The actor-framework library facilitates writing applications based on the
actor model in C++. It aims to be lightweight, distributed and simple.
.
This package contains documentation and examples for the library.
|