Source: ocaml-domainslib Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper-compat (= 13), dh-ocaml (>= 3), libsaturn-ocaml-dev, libdomain-local-await-ocaml-dev, libkcas-ocaml-dev , libmirage-clock-ocaml-dev , libqcheck-core-ocaml-dev , libmulticoretests-ocaml-dev , libqcheck-stm-ocaml-dev , ocaml-dune, ocaml (>= 5) Standards-Version: 4.7.4 Homepage: https://github.com/ocaml-multicore/domainslib Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-domainslib Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-domainslib.git Package: libdomainslib-ocaml Architecture: any Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: parallel structures over domains for Multicore OCaml -- runtime files Domainslib provides support for nested-parallel programming. Domainslib provides async/await mechanism for spawning parallel tasks and awaiting their results. On top of this mechanism, domainslib provides parallel iteration functions. At its core, domainslib has an efficient implementation of work-stealing queue in order to efficiently share tasks with other domains. . This package contains runtime files. Package: libdomainslib-ocaml-dev Architecture: any Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends} Provides: ${ocaml:Provides} Description: parallel structures over domains for Multicore OCaml -- development files Domainslib provides support for nested-parallel programming. Domainslib provides async/await mechanism for spawning parallel tasks and awaiting their results. On top of this mechanism, domainslib provides parallel iteration functions. At its core, domainslib has an efficient implementation of work-stealing queue in order to efficiently share tasks with other domains. . This package contains development files.