haskell-pid1 0.1.3.1-1 source package in Ubuntu

Changelog

haskell-pid1 (0.1.3.1-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Mon, 28 Aug 2023 17:28:19 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-pid1_0.1.3.1-1.dsc 2.1 KiB b429f3f63527d40ba0c4c20cd00e86d1b9fda1591a3b4f12d6c5f88dddb9c5ac
haskell-pid1_0.1.3.1.orig.tar.gz 7.0 KiB d48291a1eb3522463f6dec308c0fa79bd068251518f7755ad80d5ef23e28d6f7
haskell-pid1_0.1.3.1-1.debian.tar.xz 2.4 KiB 11c769655206f06d58097b4675b71d85251dbcbf08c97bd1e892e1706cb51358

No changes file available.

Binary packages built by this source

libghc-pid1-dev: signal handling and orphan reaping for Unix PID1 init processes

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pid1-doc: signal handling and orphan reaping for Unix PID1 init processes; documentation

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-pid1-prof: signal handling and orphan reaping for Unix PID1 init processes; profiling libraries

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

pid1: signal handling and orphan reaping for Unix PID1 init processes

 Library/executable for initializing signal handlers, spawning and
 child process, and reaping orphan processes. These are the
 responsibilities that must be fulfilled by the initial process in a
 Unix system, and in particular comes up when running Docker
 containers.
 .
 This library/executable will automatically detect if it is run as some
 process besides PID1 and, if so, use a straightforward exec system
 call instead.