ocaml-spawn_0.17.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sat, 06 Sep 2025 11:05:24 +0200 |
Source: | ocaml-spawn |
Binary: | libspawn-ocaml libspawn-ocaml-dbgsym libspawn-ocaml-dev |
Architecture: | source amd64 |
Version: | 0.17.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
Changed-By: | Stéphane Glondu <glondu@debian.org> |
Description: | libspawn-ocaml - spawning sub-processes (runtime) libspawn-ocaml-dev - spawning sub-processes (development) |
Closes: | 1114494 |
Changes: | ocaml-spawn (0.17.0-1) unstable; urgency=medium * Initial release (Closes: #1114494) |
Files: | 2136ff6e3d38f201caadec12b354cb04 1773 ocaml optional ocaml-spawn_0.17.0-1.dsc 7077f08e32ef8d09f6bf331720c9e0bc 17403 ocaml optional ocaml-spawn_0.17.0.orig.tar.bz2 fffc3ce98a2b548470a2d2fb1ba0b3f9 2392 ocaml optional ocaml-spawn_0.17.0-1.debian.tar.xz 0a11d527aba1058d1608f08de05590ec 24544 debug optional libspawn-ocaml-dbgsym_0.17.0-1_amd64.deb 89b07c9ddca557b239e80c4953267842 48804 ocaml optional libspawn-ocaml-dev_0.17.0-1_amd64.deb c2b67c271aefeb56d6c932116ea41a99 25128 ocaml optional libspawn-ocaml_0.17.0-1_amd64.deb 438b5566e04e933ed1de2cb175f47131 7584 ocaml optional ocaml-spawn_0.17.0-1_amd64.buildinfo |
ocaml-spawn_0.17.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | ocaml-spawn |
Binary: | libspawn-ocaml-dev, libspawn-ocaml |
Architecture: | any |
Version: | 0.17.0-1 |
Maintainer: | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
Uploaders: | Stéphane Glondu <glondu@debian.org> |
Homepage: | https://github.com/janestreet/spawn |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/ocaml-team/ocaml-spawn |
Vcs-Git: | https://salsa.debian.org/ocaml-team/ocaml-spawn.git |
Build-Depends: | debhelper-compat (=13), ocaml, ocaml-dune, libppx-expect-ocaml-dev<!nocheck>, dh-ocaml (>=2) |
Package-List: | libspawn-ocaml deb ocaml optional arch=any libspawn-ocaml-dev deb ocaml optional arch=any |
Files: | 7077f08e32ef8d09f6bf331720c9e0bc 17403 ocaml-spawn_0.17.0.orig.tar.bz2 fffc3ce98a2b548470a2d2fb1ba0b3f9 2392 ocaml-spawn_0.17.0-1.debian.tar.xz |
control file for libspawn-ocaml_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
Package: | libspawn-ocaml |
Source: | ocaml-spawn |
Version: | 0.17.0-1 |
Architecture: | amd64 |
Maintainer: | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
Installed-Size: | 96 |
Depends: | libstdlib-ocaml-m4xw9, ocaml-base-5.3.0, libc6 (>=2.32) |
Provides: | libspawn-ocaml-cd4i8 |
Section: | ocaml |
Priority: | optional |
Homepage: | https://github.com/janestreet/spawn |
Description: | spawning sub-processes (runtime) Spawn is a small OCaml library exposing only one functionality: spawning sub-process. . It has three main goals: 1. provide missing features of Unix.create_process such as providing a working directory 2. provide better errors when a system call fails in the sub-process. For instance if a command is not found, you get a proper [Unix.Unix_error] exception 3. improve performance by using vfork when available. It is often claimed that nowadays fork is as fast as vfork, however in practice fork takes time proportional to the process memory while vfork is constant time. In application using a lot of memory, vfork can be thousands of times faster than fork. . This package contains runtime files. |
contents of libspawn-ocaml_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-09-06 09:05 ./ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/ -rw-r--r-- root/root 178 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/META -rw-r--r-- root/root 11466 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cma -rw-r--r-- root/root 44184 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmxs drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/stublibs/ -rw-r--r-- root/root 22600 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/stublibs/dllspawn_stubs.so drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml/ -rw-r--r-- root/root 166 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml/changelog.Debian.gz -rw-r--r-- root/root 707 2024-11-11 23:45 ./usr/share/doc/libspawn-ocaml/changelog.gz -rw-r--r-- root/root 1307 2025-09-06 08:50 ./usr/share/doc/libspawn-ocaml/copyright |
copyright of libspawn-ocaml_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2016-2018 Jane Street Capital LLC <opensource@janestreet.com> License: MIT Files: debian/* Copyright: Stéphane Glondu <glondu@debian.org> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libspawn-ocaml-dbgsym_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
Package: | libspawn-ocaml-dbgsym |
Source: | ocaml-spawn |
Version: | 0.17.0-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
Installed-Size: | 53 |
Depends: | libspawn-ocaml (=0.17.0-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for libspawn-ocaml |
Build-Ids: | 15171444ad04d47020bd68e3ace22dbbadf50da6 f35703ad9548f23d4e15f865c635d30d149445e3 |
contents of libspawn-ocaml-dbgsym_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-09-06 09:05 ./ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/.build-id/15/ -rw-r--r-- root/root 20120 2025-09-06 09:05 ./usr/lib/debug/.build-id/15/171444ad04d47020bd68e3ace22dbbadf50da6.debug drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/.build-id/f3/ -rw-r--r-- root/root 13856 2025-09-06 09:05 ./usr/lib/debug/.build-id/f3/5703ad9548f23d4e15f865c635d30d149445e3.debug drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/.dwz/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/debug/.dwz/x86_64-linux-gnu/ -rw-r--r-- root/root 5752 2025-09-06 09:05 ./usr/lib/debug/.dwz/x86_64-linux-gnu/libspawn-ocaml.debug drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dbgsym -> libspawn-ocaml |
copyright of libspawn-ocaml-dbgsym_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libspawn-ocaml-dev_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
Package: | libspawn-ocaml-dev |
Source: | ocaml-spawn |
Version: | 0.17.0-1 |
Architecture: | amd64 |
Maintainer: | Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> |
Installed-Size: | 112 |
Depends: | libspawn-ocaml-cd4i8, libstdlib-ocaml-dev-m4xw9, ocaml-5.3.0 |
Recommends: | ocaml-findlib |
Provides: | libspawn-ocaml-dev-cd4i8 |
Section: | ocaml |
Priority: | optional |
Homepage: | https://github.com/janestreet/spawn |
Description: | spawning sub-processes (development) Spawn is a small OCaml library exposing only one functionality: spawning sub-process. . It has three main goals: 1. provide missing features of Unix.create_process such as providing a working directory 2. provide better errors when a system call fails in the sub-process. For instance if a command is not found, you get a proper [Unix.Unix_error] exception 3. improve performance by using vfork when available. It is often claimed that nowadays fork is as fast as vfork, however in practice fork takes time proportional to the process memory while vfork is constant time. In application using a lot of memory, vfork can be thousands of times faster than fork. . This package contains development files. |
contents of libspawn-ocaml-dev_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-09-06 09:05 ./ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/ -rw-r--r-- root/root 1052 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/dune-package -rw-r--r-- root/root 12848 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/libspawn_stubs.a -rw-r--r-- root/root 1406 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/opam -rw-r--r-- root/root 20182 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.a -rw-r--r-- root/root 1219 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmi -rw-r--r-- root/root 21617 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmt -rw-r--r-- root/root 8324 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmti -rw-r--r-- root/root 1903 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmx -rw-r--r-- root/root 927 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.cmxa -rw-r--r-- root/root 4328 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.ml -rw-r--r-- root/root 5465 2025-09-06 09:05 ./usr/lib/x86_64-linux-gnu/ocaml/5.3.0/spawn/spawn.mli drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dev/ -rw-r--r-- root/root 1116 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dev/LICENSE.md -rw-r--r-- root/root 2191 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dev/README.md -rw-r--r-- root/root 166 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dev/changelog.Debian.gz -rw-r--r-- root/root 707 2025-09-06 09:05 ./usr/share/doc/libspawn-ocaml-dev/changelog.gz -rw-r--r-- root/root 1307 2025-09-06 08:50 ./usr/share/doc/libspawn-ocaml-dev/copyright drwxr-xr-x root/root 0 2025-09-06 09:05 ./var/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./var/lib/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./var/lib/ocaml/ drwxr-xr-x root/root 0 2025-09-06 09:05 ./var/lib/ocaml/lintian/ -rw-r--r-- root/root 178 2025-09-06 09:05 ./var/lib/ocaml/lintian/libspawn-ocaml-dev.META.spawn -rw-r--r-- root/root 222 2025-09-06 09:05 ./var/lib/ocaml/lintian/libspawn-ocaml-dev.info drwxr-xr-x root/root 0 2025-09-06 09:05 ./var/lib/ocaml/md5sums/ -rw-r--r-- root/root 176 2025-09-06 09:05 ./var/lib/ocaml/md5sums/libspawn-ocaml-dev.md5sums |
copyright of libspawn-ocaml-dev_0.17.0-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as libspawn-ocaml (libspawn-ocaml_0.17.0-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2016-2018 Jane Street Capital LLC <opensource@janestreet.com> License: MIT Files: debian/* Copyright: Stéphane Glondu <glondu@debian.org> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 06.09.2025 / 13:12:40 (UTC)