ocaml-domainslib 0.5.2-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
| Changed By | Stéphane Glondu <glondu@debian.org> |
| Sponsor | glondu@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/ocaml-team/ocaml-domainslib.git (browse) |
| Closes | #1136907 |
| Tracker | https://tracker.debian.org/pkg/ocaml-domainslib |
| Uploaded | 17 hours ago |
New Package Report
.changes
| Date | Sun, 17 May 2026 12:24:10 +0200 |
|---|---|
| Source | ocaml-domainslib |
| Version | 0.5.2-1 |
| Changed-By | Stéphane Glondu |
| Architecture | source amd64 |
| Distribution | unstable |
Changelog
ocaml-domainslib (0.5.2-1) unstable; urgency=medium . * Initial release (Closes: #1136907)
.dsc
| Component | main |
|---|---|
| Package-List | libdomainslib-ocaml deb ocaml optional arch=any libdomainslib-ocaml-dev deb ocaml optional arch=any |
| Section | ocaml |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2016, KC Sivaramakrishnan
2021, Tom Kelly
License: ISC
Files: debian/*
Copyright: 2026, Stéphane Glondu <glondu@debian.org>
License: ISC
License: ISC
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.