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
|
Source: ocaml-parany
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Johannes Schauer Marin Rodrigues <josch@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
dh-ocaml (>= 1.2),
libocamlnet-ocaml-dev,
libcpu-ocaml-dev,
Standards-Version: 4.6.2
Section: ocaml
Homepage: https://github.com/UnixJunkie/parany
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-parany.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-parany
Rules-Requires-Root: no
Package: libparany-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Generalized map reduce for parallel computers (development)
Parallelize any kind of computation. Generalized map reduce for parallel
computers (not distributed computing). Can process a very large file in
parallel on a multicore computer; provided there is a way to cut your file into
independent blocks (the "demux" function). Can process in parallel an infinite
stream of elements.
.
This package contains the development files.
Package: libparany-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: Generalized map reduce for parallel computers (runtime)
Parallelize any kind of computation. Generalized map reduce for parallel
computers (not distributed computing). Can process a very large file in
parallel on a multicore computer; provided there is a way to cut your file into
independent blocks (the "demux" function). Can process in parallel an infinite
stream of elements.
.
This package contains the runtime files.
|